summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshish Kushwaha2023-06-20 14:45:05 +0530
committerAshish Kushwaha2023-06-20 14:45:05 +0530
commit7747eba7c35be38a4931bf6f00256505e20b6e36 (patch)
tree7f424b89b2313155c76d76e8be93a63a3b3ac5c1
parent4310f213b897367783042340bd12062ef0545cfc (diff)
downloadaur-7747eba7c35be38a4931bf6f00256505e20b6e36.tar.gz
bug fix : multiple package function
-rw-r--r--PKGBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53f3a4249bb1..312f5e0ca7a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,13 +18,6 @@ pkgver() {
printf "$pkgver.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
}
-
-
-package() {
- cd "$pkgname"
- make DESTDIR="$pkgdir/" install
-}
-
package() {
cd TaskDiary
install -Dm755 ./todo "$pkgdir/usr/bin/todo"