summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmando Ibarra2016-05-05 13:09:43 -0600
committerArmando Ibarra2016-05-05 13:09:43 -0600
commitac99ab40b13e9e0cefd6e5559ea6400e4e840339 (patch)
tree9d0a6efce39175d2f3632268635def0a288e9427
parent1122f58ba014036b552c56a0fab791fde272aa87 (diff)
downloadaur-ac99ab40b13e9e0cefd6e5559ea6400e4e840339.tar.gz
Fix: Failed to source
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac2a868a5dbc..ea6136d12758 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,7 @@ check() {
if [ -f "${pkgname}"" ]; then
if [ -f "${pkgname}.desktop"]; then
-
+ exit 1
fi
else
exit 0
@@ -62,13 +62,11 @@ package() {
cd "${srcdir}"
install -dm755 "${pkgdir}/usr/bin"
-
+
cp --preserve=mode -r "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
install -dm755 "${pkgdir}/usr/share/applications"
install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-
} \ No newline at end of file