Bläddra i källkod

Fixed dir in Makefile

Stefan Kropp 4 år sedan
förälder
incheckning
78cdce76ca
1 ändrade filer med 3 tillägg och 2 borttagningar
  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