summaryrefslogtreecommitdiff
path: root/homebrew/dvdxrwtools/patches.sh
blob: 156902589d85fe5a0078eb64064a9f3566aaa070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
echo 'Creating brew-patch.diff'
cat << EOF >> brew-patch.diff
diff --git a/Makefile.m4 b/Makefile.m4
index a6a100b..bf7c041 100644
--- a/Makefile.m4
+++ b/Makefile.m4
@@ -30,8 +30,8 @@ LINK.o	=$(LINK.cc)
 # to install set-root-uid, `make BIN_MODE=04755 install'...
 BIN_MODE?=0755
 install:	dvd+rw-tools
-	install -o root -m $(BIN_MODE) $(CHAIN) /usr/bin
-	install -o root -m 0644 growisofs.1 /usr/share/man/man1
+	install -m $(BIN_MODE) $(CHAIN) $(PREFIX)/bin
+	install -m 0644 growisofs.1 $(PREFIX)/share/man/man1
 ])
 
 ifelse(OS,MINGW32,[
EOF