tags 374284 + patch
thanks
Hello,
here is the patch I applied on the Ubuntu package to fix the bashism in
debian/rules.
Regards,
Michael
diff -u gtk-engines-0.12/debian/rules gtk-engines-0.12/debian/rules
--- gtk-engines-0.12/debian/rules
+++ gtk-engines-0.12/debian/rules
@@ -8,7 +8,8 @@
build: build-stamp
build-stamp:
dh_testdir
- cp /usr/share/misc/config.{guess,sub} .
+ cp /usr/share/misc/config.guess .
+ cp /usr/share/misc/config.sub .
./configure --prefix=/usr
$(MAKE)
touch build-stamp
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]