Explorar el Código

Fixed dir in Makefile

Stefan Kropp hace 4 años
padre
commit
78cdce76ca
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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