summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-03-21 11:05:20 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2012-03-21 11:05:20 +0100
commit2a7aa9d913dfa2591592bf1b1e0e6a7cf8e63808 (patch)
tree410ff1f055ff8ab7e7f4b6662f0065c879ee2b81 /Makefile
parent3ee71c470423848b8ce4d172047cd9260c5ce9cc (diff)
downloadnetctl-2a7aa9d913dfa2591592bf1b1e0e6a7cf8e63808.tar.gz
netctl-2a7aa9d913dfa2591592bf1b1e0e6a7cf8e63808.tar.xz
Revised bash completion
Bash completion does not deal properly with profile filenames that contain whitespace. There are some minor tweaks in this commit as well, but those should be harmless.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c4e3a4..f22324f 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ netcfg-$(VERSION).tar.xz: | docs
pkgbuild: PKGBUILD
PKGBUILD: netcfg-$(VERSION).tar.xz
- sed -e "s/%pkgver%/$(VERSION)/" -e "s/%md5sum%/$(shell md5sum $< | cut -d ' ' -f 1)/" contrib/PKGBUILD > PKGBUILD
+ sed -e "s/%pkgver%/$(VERSION)/" -e "s/%md5sum%/$(shell md5sum $< | cut -d ' ' -f 1)/" contrib/PKGBUILD > $@
upload: netcfg-$(VERSION).tar.xz
md5sum $< > MD5SUMS.$(VERSION)