]> git.pld-linux.org Git - packages/gallery-remote.git/commitdiff
- need chdir otherwise .properties files cannot be found
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 4 Sep 2005 23:04:08 +0000 (23:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gallery-remote.spec -> 1.6

gallery-remote.spec

index ecb35fec0afd7b60e7ab21ec5a38dadf75131d8b..9555ee28b572d31af9c337e9146731c9cd2f5cf0 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Gallery Remote - client-side frontend to Gallery
 Summary(pl):   Gallery Remote - frontend do Gallery dzia³aj±cy po stronie klienta
 Name:          gallery-remote
 Version:       1.4.1
-Release:       0.15
+Release:       0.16
 License:       GPL v2
 Group:         Applications/Publishing
 Source0:       http://dl.sourceforge.net/gallery/GalleryRemote.%{version}.jar
@@ -70,7 +70,8 @@ cp -a defaults.properties rar*.* $RPM_BUILD_ROOT%{_appdir}
 cp -a *.jar $RPM_BUILD_ROOT%{_appdir}
 cat <<EOF > $RPM_BUILD_ROOT%{_bindir}/%{name}
 #!/bin/sh
-exec java -cp %{_appdir}/GalleryRemote.jar com.gallery.GalleryRemote.GalleryRemote
+cd %{_appdir}
+exec java -cp GalleryRemote.jar com.gallery.GalleryRemote.GalleryRemote
 EOF
 install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}
 cat <<EOF > $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
This page took 0.03982 seconds and 4 git commands to generate.