فهرست منبع

Fixed dir in Makefile

Stefan Kropp 4 سال پیش
والد
کامیت
78cdce76ca
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      Makefile

+ 3 - 2
Makefile

@@ -1,6 +1,7 @@
 all:
 
 install:
-	install -d -m 755 $(DESTDIR)/usr/share/doc/debian-junior-live/build
-	cp -r auto config $(DESTDIR)/usr/share/doc/debian-junior-live/build
+	install -d -m 755 $(DESTDIR)/usr/share/doc/debian-junior-live-system/build
+	install -m 655 README.md $(DESTDIR)/usr/share/doc/debian-junior-live-system/build
+	cp -r auto config $(DESTDIR)/usr/share/doc/debian-junior-live-system/build
 .PHONY: all