瀏覽代碼

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