]> git.pld-linux.org Git - packages/gthumb.git/commitdiff
- no // in paths, other cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 20 Aug 2003 15:11:51 +0000 (15:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gthumb.spec -> 1.20

gthumb.spec

index 37a9bc4e38167ad848e3b9235d9470e8e4db73b9..7f68533c9b18586640eb24be21db95283efffe9c 100644 (file)
@@ -60,11 +60,12 @@ intltoolize --copy --force
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm $RPM_BUILD_ROOT/%{_libdir}/%{name}/modules/*.{a,la}
-rm $RPM_BUILD_ROOT/%{_libdir}/*.{a,la}
+rm $RPM_BUILD_ROOT%{_libdir}/%{name}/modules/*.{a,la}
+rm $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
 
 %find_lang %{name} --with-gnome --all-name
 
This page took 1.513926 seconds and 4 git commands to generate.