]> git.pld-linux.org Git - packages/filesystem.git/commitdiff
- add browser-plugins dirs; rel 13
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 23 Dec 2006 02:15:55 +0000 (02:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    filesystem.spec -> 1.73

filesystem.spec

index 34d11cbe58da4f5e85fce014a0c8c4f65914750d..e6932e7f1410ca13487f03208d5a49f4e694b8ea 100644 (file)
@@ -5,7 +5,7 @@ Summary:        Common directories
 Summary(pl):   Wspólne katalogi
 Name:          filesystem
 Version:       3.0
-Release:       12
+Release:       13
 License:       GPL
 Group:         Base
 BuildRequires: automake
@@ -60,7 +60,10 @@ install -d \
 %if "%{_lib}" == "lib64"
 install -d \
        $RPM_BUILD_ROOT/lib64/security \
-       $RPM_BUILD_ROOT/usr/lib64/pkgconfig
+       $RPM_BUILD_ROOT/usr/lib64/pkgconfig \
+       $RPM_BUILD_ROOT/usr/lib64/browser-plugins
+%else
+       $RPM_BUILD_ROOT/usr/lib/browser-plugins
 %endif
 
 %clean
@@ -123,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
 %if "%{_lib}" == "lib64"
 %dir /lib64/security
 %dir /usr/lib64/pkgconfig
+%dir /usr/lib64/browser-plugins
+%else
+%dir /usr/lib/browser-plugins
 %endif
 
 %files debuginfo
This page took 0.151522 seconds and 4 git commands to generate.