r8389 - packages/trunk/performous/debian
Miriam Ruiz
miriam at alioth.debian.org
Wed Nov 12 00:47:39 UTC 2008
Author: miriam
Date: 2008-11-12 00:47:39 +0000 (Wed, 12 Nov 2008)
New Revision: 8389
Modified:
packages/trunk/performous/debian/rules
Log:
Fix removal of manpage and place png icon properly
Modified: packages/trunk/performous/debian/rules
===================================================================
--- packages/trunk/performous/debian/rules 2008-11-12 00:37:31 UTC (rev 8388)
+++ packages/trunk/performous/debian/rules 2008-11-12 00:47:39 UTC (rev 8389)
@@ -33,6 +33,7 @@
rm -f build-stamp configure-stamp
if [ -d $(BUILD_TREE) ]; then cd $(BUILD_TREE); $(MAKE) clean; fi
rm -fr $(BUILD_TREE)
+ $(MAKE) -C debian/h2m clean
rm -fr .pc
dh_clean
@@ -43,7 +44,7 @@
dh_installdirs
cd $(BUILD_TREE); $(MAKE) install DESTDIR=$(CURDIR)/debian/performous
$(MAKE) -C debian/h2m
- cp themes/lima/icon.png $(CURDIR)/debian/performous/usr/pixmaps/performous.png
+ cp themes/lima/icon.png $(CURDIR)/debian/performous/usr/share/pixmaps/performous.png
# Build architecture independant packages using the common target.
binary-indep:
More information about the Pkg-games-commits
mailing list