r188 - in /packages/gnash/trunk/debian: changelog rules
baby-guest at users.alioth.debian.org
baby-guest at users.alioth.debian.org
Thu Feb 14 15:25:43 UTC 2008
Author: baby-guest
Date: Thu Feb 14 15:25:43 2008
New Revision: 188
URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=188
Log:
debian/rules: Added make install-plugins to install the plugins.
Modified:
packages/gnash/trunk/debian/changelog
packages/gnash/trunk/debian/rules
Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/changelog?rev=188&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Thu Feb 14 15:25:43 2008
@@ -20,6 +20,7 @@
* Added proper version numbering, including date, to build results.
* Delete po/*.gmo and ./compile in clean target in debian/rules.
* Fixed disable-testsuite.patch.
+ * debian/rules: Added make install-plugins to install the plugins.
-- Miriam Ruiz <little_miry at yahoo.es> Tue, 12 Feb 2008 11:33:29 +0000
Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=188&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Thu Feb 14 15:25:43 2008
@@ -133,13 +133,17 @@
install -d $(CURDIR)/debian/tmp/usr/bin
install -d $(CURDIR)/debian/tmp/usr/lib
install -d $(CURDIR)/debian/tmp/usr/lib/gnash/
- install -d $(CURDIR)/debian/tmp/usr/lib/mozilla/plugins/
- install -d $(CURDIR)/debian/tmp/usr/lib/firefox/plugins/
- install -d $(CURDIR)/debian/tmp/usr/include/gnash
@printf "\n == INSTALL ===================================================== \n\n"
$(MAKE) install VERSION="$(BUILD_VERSION)" DESTDIR=$(CURDIR)/debian/tmp
@printf "\n -------------------------------------------- End of INSTALL ---- \n\n"
+
+ install -d $(CURDIR)/debian/tmp/usr/share/apps/klash
+ install -d $(CURDIR)/debian/tmp/usr/share/services
+
+ @printf "\n == INSTALL PLUGINS ============================================= \n\n"
+ $(MAKE) install-plugins VERSION="$(BUILD_VERSION)" DESTDIR=$(CURDIR)/debian/tmp
+ @printf "\n ------------------------------------ End of INSTALL PLUGINS ---- \n\n"
#cd debian/h2m; $(MAKE)
More information about the pkg-flash-devel
mailing list