From 2a7aa9d913dfa2591592bf1b1e0e6a7cf8e63808 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Wed, 21 Mar 2012 11:05:20 +0100 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3-24-g4f1b