SOURCES: qemuctl-Makefile.patch (NEW) - new

twittner twittner at pld-linux.org
Tue Apr 3 12:36:47 CEST 2007


Author: twittner                     Date: Tue Apr  3 10:36:47 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   qemuctl-Makefile.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/qemuctl-Makefile.patch
diff -u /dev/null SOURCES/qemuctl-Makefile.patch:1.1
--- /dev/null	Tue Apr  3 12:36:47 2007
+++ SOURCES/qemuctl-Makefile.patch	Tue Apr  3 12:36:42 2007
@@ -0,0 +1,20 @@
+--- qemuctl0.2/Makefile~	2007-04-03 10:20:07.000000000 +0200
++++ qemuctl0.2/Makefile	2007-04-03 10:23:02.000000000 +0200
+@@ -2,13 +2,14 @@
+ 
+ ## Config
+ # Edit these to fit your system:
++PKGNAME=qemuctl
+ VERSION=0.2
+-PREFIX=/usr
++PREFIX=/usr/local
+ MANDIR=$(PREFIX)/share/man/man1
+ BINDIR=$(PREFIX)/bin
+-SHAREDIR=$(PREFIX)/share/qemuctl
++SHAREDIR=$(PREFIX)/share/$(PKGNAME)
+ PIXMAPSDIR=$(PREFIX)/share/pixmaps
+-DOCSDIR=$(PREFIX)/share/doc/qemu-launcher
++DOCSDIR=$(PREFIX)/share/doc/$(PKGNAME)
+ LOCALEDIR=$(PREFIX)/share/locale
+ APPLICATIONSDIR=$(PREFIX)/share/applications
+ ## End config
================================================================


More information about the pld-cvs-commit mailing list