]> git.pld-linux.org Git - packages/wine.git/commitdiff
- fix in %install: run chstk with -e (not -p).
authorkloczek <kloczek@pld-linux.org>
Wed, 2 Oct 2002 06:51:44 +0000 (06:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wine.spec -> 1.91

wine.spec

index eb49d888cbeab7bfb61ef626aa99a251c288ac9f..f8a77e813e2173596d485c49ba1bfba545fa7845 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -209,7 +209,7 @@ if [ -n "$elfsharedlist" ]; then
 fi
 %endif
 
-/sbin/chstk -p $RPM_BUILD_ROOT%{_bindir}/wine
+/sbin/chstk -e $RPM_BUILD_ROOT%{_bindir}/wine
 
 mv $RPM_BUILD_ROOT%{_datadir}/aclocal/wine.m4 $RPM_BUILD_ROOT%{_aclocaldir}
 
This page took 0.193079 seconds and 4 git commands to generate.