summarylogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorSimon Arlott2021-08-20 08:30:27 +0100
committerSimon Arlott2021-08-20 08:30:27 +0100
commit4c5047a612096f9b6ff294b975f4eace71fc4c12 (patch)
tree14aae7cb026979d4be553b7d13d43671c1f607f8 /GNUmakefile
parent202dfd7552c7169553fe30e01646bcd043f833b1 (diff)
downloadaur-4c5047a612096f9b6ff294b975f4eace71fc4c12.tar.gz
updpkgsums will always put files in the same dir as the PKGBUILD file
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6d5a891e0094..2f1941357b2a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -4,8 +4,7 @@ pkg:
makepkg
metadata:
- mkdir -p src
- cd src && updpkgsums ../PKGBUILD
+ updpkgsums
makepkg --printsrcinfo > .SRCINFO
aur: