]> git.pld-linux.org Git - packages/wine.git/commitdiff
- typo in stripping. wine-20000326-1
authorkloczek <kloczek@pld-linux.org>
Tue, 11 Apr 2000 09:42:36 +0000 (09:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wine.spec -> 1.7

wine.spec

index cac94e41e56178141cc5f6f4516c228c779d9d72..70466ad5ccf647140b090fde5a2cc5ec00fd9194 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -96,7 +96,7 @@ cat <<EOF >$RPM_BUILD_ROOT%{_sysconfdir}/wine.conf
 EOF
 
 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/*.so.*.*
-strip RPM_BUILD_ROOT%{_bindir}/*
+strip $RPM_BUILD_ROOT%{_bindir}/*
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
        README WARRANTY LICENSE DEVELOPERS-HINTS ChangeLog BUGS AUTHORS ANNOUNCE
This page took 0.045583 seconds and 4 git commands to generate.