|
|
|
@ -1,6 +1,7 @@ |
|
|
|
#!/bin/sh |
|
|
|
|
|
|
|
# Slackware build script for bombono-dvd |
|
|
|
# Maintained by Klaatu @member.fsf.org |
|
|
|
|
|
|
|
# Copyright 2012 by Giovanne Castro, Campinas, Sao Paulo, Brazil <giovannefc@ig.com.br> |
|
|
|
# All rights reserved. |
|
|
|
@ -69,7 +70,7 @@ find -L . \ |
|
|
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ |
|
|
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; |
|
|
|
|
|
|
|
# Let us specify our CFLAGS |
|
|
|
# specify our CFLAGS |
|
|
|
sed -i "s|-O2||" SConstruct |
|
|
|
# Allow use of cdrtools as an alternative to cdrkit, thanks gentoo |
|
|
|
patch -p1 < $CWD/patches/bombono-dvd-1.2.0-cdrtools.patch |
|
|
|
|