blob: ef47e19dbd4aae1e386889a80aca54beb0b98418 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- ./defendguin-0.0.12/Makefile 2011-08-13 16:58:18.643647126 +0200
+++ ./defendguin-0.0.12/Makefile 2011-08-13 16:58:56.250895275 +0200
@@ -38,6 +38,7 @@
install: defendguin
install -d $(DATA_PREFIX)
+ install -d $(BIN_PREFIX)
cp -R data/* $(DATA_PREFIX)
chmod -R a+rX,g-w,o-w $(DATA_PREFIX)
cp defendguin $(BIN_PREFIX)/
|