[Pkg-cli-apps-commits] r4561 - in /packages/graphmonkey/trunk/debian: patches/correct-location rules
laney-guest at users.alioth.debian.org
laney-guest at users.alioth.debian.org
Wed Feb 25 23:42:49 UTC 2009
Author: laney-guest
Date: Wed Feb 25 23:42:48 2009
New Revision: 4561
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4561
Log:
Make build and install. Always a good thing.
Modified:
packages/graphmonkey/trunk/debian/patches/correct-location
packages/graphmonkey/trunk/debian/rules
Modified: packages/graphmonkey/trunk/debian/patches/correct-location
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/patches/correct-location?rev=4561&op=diff
==============================================================================
--- packages/graphmonkey/trunk/debian/patches/correct-location (original)
+++ packages/graphmonkey/trunk/debian/patches/correct-location Wed Feb 25 23:42:48 2009
@@ -8,16 +8,17 @@
all:
$(CC) -target:exe -out:"$(EXEC)" -pkg:gtk-sharp-2.0 ./Main.cs ./MyWindow.cs ./Ecran_Form.cs ./operation.cs ./About_Form.cs
-@@ -10,6 +8,6 @@
+@@ -10,6 +8,7 @@
rm -rf $(EXEC)
install:
- mkdir -p $(SHARE)/graphmonkey
- cp -f $(EXEC) $(SHARE)/graphmonkey
- cp -f graphmonkey $(BIN)
-+ mkdir $(DESTDIR)/usr/lib/graphmonkey
++ mkdir -p $(DESTDIR)/usr/lib/graphmonkey
+ cp $(EXEC) $(DESTDIR)/usr/lib/graphmonkey/
-+ cp graphmonkey $(DESTDIR)/usr/bin
++ mkdir -p $(DESTDIR)/usr/bin
++ cp graphmonkey $(DESTDIR)/usr/bin/
--- a/graphmonkey
+++ b/graphmonkey
@@ -1,2 +1,2 @@
Modified: packages/graphmonkey/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/rules?rev=4561&op=diff
==============================================================================
--- packages/graphmonkey/trunk/debian/rules (original)
+++ packages/graphmonkey/trunk/debian/rules Wed Feb 25 23:42:48 2009
@@ -61,7 +61,7 @@
# Add here commands to install the package into debian/graphmonkey.
$(MAKE) install DESTDIR=$(CURDIR)/debian/graphmonkey
- chmod 755 $(CURDIR)/debian/graphmonkey/usr/share/graphmonkey/GraphMonkey.exe
+ chmod 755 $(CURDIR)/debian/graphmonkey/usr/lib/graphmonkey/GraphMonkey.exe
# Build architecture-independent files here.
binary-indep: build install
More information about the Pkg-cli-apps-commits
mailing list