tag 472907 patch thanks Attached is a patch fixing those bashisms.
Cheers, -- Atomo64 - Raphael Please avoid sending me Word, PowerPoint or Excel attachments. See http://www.gnu.org/philosophy/no-word-attachments.html
diff --exclude=.svn --exclude=CVS --exclude='~' -urN amaya-9.55~dfsg.0.orig/debian/rules amaya-9.55~dfsg.0/debian/rules
--- amaya-9.55~dfsg.0.orig/debian/rules 2008-04-05 20:42:04.000000000 -0600
+++ amaya-9.55~dfsg.0/debian/rules 2008-04-05 20:41:03.000000000 -0600
@@ -93,7 +93,7 @@
find -name "*.STR" -exec rm -f '{}' \;
find -name "*.PRS" -exec rm -f '{}' \;
rm -f batch/*.LST
- rm -f batch/{APP,PRESEN,STRUCT,TRANS}.h
+ cd batch && rm -f APP.h PRESEN.h STRUCT.h TRANS.h
dh_clean
@@ -105,7 +105,8 @@
# Add here commands to install the arch part of the package into
# debian/tmp.
- mkdir -p $(CURDIR)/debian/tmp/usr/{bin,lib,share}
+ mkdir -p $(CURDIR)/debian/tmp/usr/ && cd $(CURDIR)/debian/tmp/usr/ \
+ && mkdir bin lib share
$(MAKE) -C $(BUILD_DIR) install DESTDIR=$(CURDIR)/debian/tmp
$(BUILD_DIR)/script_install_gnomekde $(CURDIR)/$(BUILD_DIR)/bin $(CURDIR)/debian/tmp/usr/share /usr/lib
signature.asc
Description: This is a digitally signed message part.

