Author: miriam
Date: 2014-01-12 19:19:07 +0000 (Sun, 12 Jan 2014)
New Revision: 14777

Modified:
   packages/branches/love/0.8/debian/love0.8.postinst
   packages/branches/love/0.8/debian/rules
Log:
Fix some stuff



Modified: packages/branches/love/0.8/debian/love0.8.postinst
===================================================================
--- packages/branches/love/0.8/debian/love0.8.postinst  2014-01-12 18:12:34 UTC 
(rev 14776)
+++ packages/branches/love/0.8/debian/love0.8.postinst  2014-01-12 19:19:07 UTC 
(rev 14777)
@@ -24,12 +24,12 @@
             /usr/bin/love \
             love \
             /usr/bin/love-0.8 \
-           10
+           8
         update-alternatives --quiet --install \
             /usr/share/man/man1/love.1.gz \
             love.1.gz \
             /usr/share/man/man1/love-0.8.1.gz \
-           10
+           8
         if which update-binfmts >/dev/null; then
           update-binfmts --import love0.8
         fi

Modified: packages/branches/love/0.8/debian/rules
===================================================================
--- packages/branches/love/0.8/debian/rules     2014-01-12 18:12:34 UTC (rev 
14776)
+++ packages/branches/love/0.8/debian/rules     2014-01-12 19:19:07 UTC (rev 
14777)
@@ -66,7 +66,7 @@
        dh_testroot
        dh_prep -a
        dh_installdirs -a
-       $(MAKE) DESTDIR=$(CURDIR)/debian/love install
+       $(MAKE) DESTDIR=$(CURDIR)/debian/love$(PRG_SUFFIX) install
        mv debian/love$(PRG_SUFFIX)/usr/bin/love 
debian/love$(PRG_SUFFIX)/usr/bin/love-$(PRG_SUFFIX)
 
 install-indep: build-indep-stamp


_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to