From c7cd57d05978f9fa147d639b2c073eafe6490cd2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 23 Dec 2006 02:15:55 +0000 Subject: [PATCH] - add browser-plugins dirs; rel 13 Changed files: filesystem.spec -> 1.73 --- filesystem.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/filesystem.spec b/filesystem.spec index 34d11cb..e6932e7 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -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 -- 2.44.0