summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdrian Schröter <adrian@suse.de>2009-11-25 16:12:17 +0000
committerAdrian Schröter <adrian@suse.de>2009-11-25 16:12:17 +0000
commit99122558b244a7fc2e82588b792073866a5f2989 (patch)
tree6068214564be5f425f98508362ac52fd304dcdd7 /Makefile
parent56171a39ace6ffbc4bd0df6f9f1c5630c753987c (diff)
downloadbuild-99122558b244a7fc2e82588b792073866a5f2989.tar.gz
build-99122558b244a7fc2e82588b792073866a5f2989.tar.bz2
build-99122558b244a7fc2e82588b792073866a5f2989.zip
Ubuntu is not doing shell expansion anymore
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e486110..0fb1615 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,8 @@ all:
install:
install -m755 -d \
- $(DESTDIR)$(pkglibdir)/{configs,Build} \
+ $(DESTDIR)$(pkglibdir)/configs \
+ $(DESTDIR)$(pkglibdir)/Build \
$(DESTDIR)$(bindir) \
$(DESTDIR)$(man1dir)
install -m755 \