]> git.pld-linux.org Git - packages/FHS.git/commitdiff
- %{_rpmfilename} consist of tags, not macros, it will never work auto/ti/FHS-2_3-22
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 9 Feb 2008 10:33:27 +0000 (10:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    FHS.spec -> 1.131

FHS.spec

index 7b377244f89e3985f437ea2985dda7d2db48204f..43b772743ac09481671c903ec14929817cb8e1fb 100644 (file)
--- a/FHS.spec
+++ b/FHS.spec
@@ -86,11 +86,9 @@ ln -sf ../man $RPM_BUILD_ROOT/usr/local/share/man
 cd $RPM_BUILD_ROOT
 
 check_filesystem_dirs() {
-       # %{_rpmfilename} is not expanded, so use
-       # %{name}-%{version}-%{release}.%{buildarch}.rpm
        RPMFILE=%{name}-%{version}-%{release}.%{_target_cpu}.rpm
        TMPFILE=$(mktemp)
-       find | sed -e 's|^\.||g' -e 's|^$||g' | LC_ALL=C sort > $TMPFILE
+       find | sed -e 's|^\.||g' -e 's|^$||g' | LC_ALL=C sort > $TMPFILE
 
        # find finds also '.', so use option -B for diff
        if rpm -qpl %{_rpmdir}/$RPMFILE | grep -v '^/$' | LC_ALL=C sort | diff -uB $TMPFILE - ; then
This page took 0.055708 seconds and 4 git commands to generate.