Kill .orig files
OBS-URL: https://build.opensuse.org/package/show/science/gap?expand=0&rev=11
This commit is contained in:
parent
840e70b7e6
commit
1f0defa52d
3
gap.spec
3
gap.spec
@ -341,10 +341,11 @@ find . -type f "(" \
|
||||
-name "*.gi" -o -name "*.grp" -o -name "*.ind" -o -name "*.tex" -o \
|
||||
-name "*.tst" -o -name "*.xml" \
|
||||
")" -exec chmod a-x "{}" "+";
|
||||
# Do not let these be installed.
|
||||
find . -type f -name "*.orig" -print -delete
|
||||
|
||||
%install
|
||||
b="%buildroot";
|
||||
find "$b" -type f -name "*.orig" -delete
|
||||
|
||||
# Move doc into FHS
|
||||
mkdir -p "$b/%_docdir";
|
||||
|
Loading…
x
Reference in New Issue
Block a user