summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2020-11-13 12:54:38 -0600
committerSam Burgos2020-11-13 12:54:38 -0600
commit66adc7ec8dcbe31026e27659561892f67e173a8c (patch)
treee2a7a4e3386d1ea7b1f4b5db4563918615ccb840
parent91d03f088089dedc0c3759241bc5aa403a1c1752 (diff)
downloadaur-66adc7ec8dcbe31026e27659561892f67e173a8c.tar.gz
adding variable test
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99ec0ce422c0..80f2c8be63f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -80,6 +80,8 @@ sha256sums=('20b57dbb8f6c6d7323f573c111a11640603a422c5f9da7b302a4981e4adc37c4')
build() {
cd gtkhash-$pkgver
+ echo "${pkgname[@]}"
+
#build with Caja support only
if [[ $(xdg-mime query default inode/directory) = caja-folder-handler.desktop ]]; then