Author: luisibanez-guest
Date: 2012-06-21 14:54:00 +0000 (Thu, 21 Jun 2012)
New Revision: 11418

Modified:
   trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules
Log:
rules: fix gtminstall --distrib option value

We enter the directory containing the distribution before
running the script, so the value for --distrib should be ".".


Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules
===================================================================
--- trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules   2012-06-21 14:47:49 UTC 
(rev 11417)
+++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules   2012-06-21 14:54:00 UTC 
(rev 11418)
@@ -28,7 +28,7 @@
        cd debian/$(BINPKG)-stage1/usr/$(GTM_INSTALL_DIR) && \
                gtm_destdir=$(CURDIR)/debian/$(BINPKG) \
                ./gtminstall --utf8 default --user root --group root --verbose \
-                       --distrib 
debian/$(BINPKG)-stage1/usr/$(GTM_INSTALL_DIR) \
+                       --distrib . \
                        --installdir 
$(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)
        @echo "I: Fixing up permissions for removed write rights -- we aren't 
done yet!"
        chmod +w -R $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to