[Pkg-ocaml-maint-commits] [SCM] laby packaging branch, master, updated. debian/0.5.5-1-10-g37027f4

Mehdi Dogguy mehdi at debian.org
Mon Sep 26 12:17:44 UTC 2011


The following commit has been merged in the master branch:
commit 4608741136c1338808fc3a6336e6adf27920029a
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Mon Sep 26 14:03:20 2011 +0200

    Fix install target

diff --git a/debian/rules b/debian/rules
index 42a62fb..fe38b6c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_build:
 	$(MAKE) $(OCAML_BEST)
 
 override_dh_auto_install:
-	cp laby.$(OCAML_BEST) $(CURDIR)/debian/laby/usr/games/laby
+	cp $(shell readlink -f laby) $(CURDIR)/debian/laby/usr/games/laby
 	cp -r data/* $(CURDIR)/debian/laby/usr/share/laby/
 	find $(CURDIR)/debian/laby/usr/share/laby/mods/ -type f -name defs -print0 2>/dev/null | xargs -0r chmod a+x
 	cp data/tiles/ant-e.svg $(CURDIR)/debian/laby/usr/share/icons/hicolor/scalable/apps/laby.svg

-- 
laby packaging



More information about the Pkg-ocaml-maint-commits mailing list