SHA256
1
0
forked from pool/gap

Kill .orig files

OBS-URL: https://build.opensuse.org/package/show/science/gap?expand=0&rev=11
This commit is contained in:
Jan Engelhardt 2014-02-04 23:45:02 +00:00 committed by Git OBS Bridge
parent 840e70b7e6
commit 1f0defa52d

View File

@ -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";