]> git.pld-linux.org Git - packages/coppermine-gallery.git/commitdiff
- fix albums dir
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 1 May 2006 21:12:32 +0000 (21:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coppermine-gallery.spec -> 1.2

coppermine-gallery.spec

index 69c1bfaf80d106189f736a4e9dea262c2f519f15..d51aeb2b4f88f579b553a9278db9a9e0056ae61b 100644 (file)
@@ -2,7 +2,7 @@
 Summary:       Multi-purpose fully-featured and integrated web picture gallery script
 Name:          coppermine-gallery
 Version:       1.4.5
-Release:       0.6
+Release:       0.8
 License:       GPL v2+
 Group:         Applications/Publishing
 Source0:       http://dl.sourceforge.net/coppermine/cpg%{version}.zip
@@ -70,7 +70,8 @@ install -d $RPM_BUILD_ROOT{%{_appdir},%{_sysconfdir}} \
        $RPM_BUILD_ROOT/var/lib/%{name}/albums/{edit,userpics}
 
 cp -a *.{php,js,css} $RPM_BUILD_ROOT%{_appdir}
-cp -a albums bridge images include lang logs plugins sql themes $RPM_BUILD_ROOT%{_appdir}
+cp -a bridge images include lang logs plugins sql themes $RPM_BUILD_ROOT%{_appdir}
+ln -s /var/lib/%{name}/albums $RPM_BUILD_ROOT%{_appdir}/albums
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
This page took 0.15954 seconds and 4 git commands to generate.