playground/isbaran/speed-dreams
İşbaran Akçayır
paketler-commits at pardus.org.tr
Fri Jan 15 16:36:31 EET 2010
Author: isbaran
Date: Fri Jan 15 16:36:31 2010
New Revision: 84857
Modified:
playground/isbaran/speed-dreams/actions.py
playground/isbaran/speed-dreams/pspec.xml
Log:
---
actions.py | 4 ++--
pspec.xml | 7 +++----
2 files changed, 5 insertions(+), 6 deletions(-)
Modified: playground/isbaran/speed-dreams/actions.py
=================================================================
--- playground/isbaran/speed-dreams/actions.py (original)
+++ playground/isbaran/speed-dreams/actions.py Fri Jan 15 16:36:31 2010
@@ -34,13 +34,13 @@
pisitools.dosed("data/tracks/road/ole-road-1/generate.sh", "/games/torcs", "/speed-dreams")
pisitools.dosed("data/tracks/road/alpine-2/alpine-2.prj.xml", "/games/torcs", "/speed-dreams")
- autotools.configure("--prefix=/%s" % get.defaultprefixDIR())
+ autotools.configure()
def build():
autotools.make("-j1")
def install():
- #autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("datainstall DESTDIR=%s" % get.installDIR())
pisitools.insinto("/usr/share/pixmaps/", "icon.png", "speed-dreams.png") # Desktop/pisi icon file
Modified: playground/isbaran/speed-dreams/pspec.xml
=================================================================
--- playground/isbaran/speed-dreams/pspec.xml (original)
+++ playground/isbaran/speed-dreams/pspec.xml Fri Jan 15 16:36:31 2010
@@ -36,10 +36,9 @@
<Dependency>plib</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="executable">/usr/local/bin</Path>
- <Path fileType="library">/usr/local/lib/speed-dreams</Path>
- <Path fileType="data">/usr/local/share/speed-dreams</Path>
-
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib/speed-dreams</Path>
+ <Path fileType="data">/usr/share/speed-dreams</Path>
<Path fileType="doc">/usr/share/doc/speed-dreams</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
More information about the paketler-commits
mailing list