]> git.pld-linux.org Git - packages/filesystem.git/commitdiff
- add /usr/{bin,sbin}, /{bin,sbin} to debuginfo auto/th/filesystem-3_0-16
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 31 Jan 2008 17:11:18 +0000 (17:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 16

Changed files:
    filesystem.spec -> 1.84

filesystem.spec

index 8b5d629a13342178b13a0816f659ffd7fb13981d..4476fe6d7b3ea16ce5ea5e7e97eb8cd59e24c3b3 100644 (file)
@@ -16,7 +16,7 @@ Summary:      Common directories
 Summary(pl.UTF-8):     Wspólne katalogi
 Name:          filesystem
 Version:       3.0
-Release:       15
+Release:       16
 License:       GPL
 Group:         Base
 BuildRequires: automake
@@ -93,6 +93,8 @@ install -d \
 install -d \
        $RPM_BUILD_ROOT/usr/lib/debug/%{_lib} \
        $RPM_BUILD_ROOT/usr/lib/debug%{_libdir} \
+       $RPM_BUILD_ROOT/usr/lib/debug/{bin,sbin} \
+       $RPM_BUILD_ROOT/usr/lib/debug/usr/{bin,sbin} \
        $RPM_BUILD_ROOT/usr/lib/debug/lib/security \
        $RPM_BUILD_ROOT/usr/src/debug
 
@@ -102,7 +104,7 @@ install -d \
 %endif
 
 find $RPM_BUILD_ROOT/usr/lib/debug -type d | while read line; do
-       echo "%exclude %dir ${line#$RPM_BUILD_ROOT}"
+       echo ${line#$RPM_BUILD_ROOT}
 done > $RPM_BUILD_ROOT/usr/src/debug/%{name}-debuginfo.files
 %endif
 
This page took 0.058595 seconds and 4 git commands to generate.