aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Francisco2018-12-25 01:40:39 +0000
committerXavier Francisco2018-12-25 01:40:39 +0000
commit3dd088eed21ae2003be8b836807e17b88bf76adf (patch)
tree9c78928e78006c293b6fc948142a51ce4897d7c6
parent23364771b641a11c50e127f7fd4a351a2d70c120 (diff)
downloadaur-3dd088eed21ae2003be8b836807e17b88bf76adf.tar.gz
Fix message
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d50c19aa187e..5d78b38fe736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Xavier Francisco <echo moc.liamg@ocsicnarf.n.reivax | rev>
# PKGBUILD script for pass-file upstream, git version
-# pony-file adds support to files using pass
+# pass-file adds support to files using pass
_pkgname=pass-file
pkgname=$_pkgname-git
pkgver=r7.1c7e6a0
@@ -26,10 +26,6 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-# package() {
-# make DESTDIR="$pkgdir/" install
-# }
-
package() {
cd "$srcdir/$_pkgname"
make DESTDIR="${pkgdir}" FORCE_ALL=1 install