summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorncopa <ncopa@f176ef85-8d20-0410-844a-e957b5a1c371>2007-08-29 23:15:41 +0000
committerncopa <ncopa@f176ef85-8d20-0410-844a-e957b5a1c371>2007-08-29 23:15:41 +0000
commit22f648391ebb7babcbba09b2f755838d63f39ba4 (patch)
tree63d861597b72b12d0b67d9b48349227811fabcdd /src/Makefile
parente66604a2997b3ec11761b577afe141bf14bef648 (diff)
downloadalpine-baselayout-22f648391ebb7babcbba09b2f755838d63f39ba4.tar.bz2
alpine-baselayout-22f648391ebb7babcbba09b2f755838d63f39ba4.tar.xz
support for config file
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index e5c4a25..87af2e6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -21,8 +21,8 @@ clean:
install: $(TARGET)
install -m 0755 -d $(DESTDIR)/bin
install -m 0755 -d $(DESTDIR)/sbin
-# install -m 0755 -d $(DESTDIR)/usr
-# install -m 0755 -d $(DESTDIR)/usr/bin
-# install -m 0755 $(USR_BIN_TARGETS) $(DESTDIR)/usr/bin
+ install -m 0755 -d $(DESTDIR)/usr
+ install -m 0755 -d $(DESTDIR)/usr/bin
+ install -m 0755 $(USR_BIN_TARGETS) $(DESTDIR)/usr/bin
install -m 0755 $(SBIN_TARGETS) $(DESTDIR)/sbin