SHA256
1
0
forked from pool/gap

Avoid fdupes in /etc; source command suddenly needs ./

OBS-URL: https://build.opensuse.org/package/show/science/gap?expand=0&rev=6
This commit is contained in:
Jan Engelhardt 2012-11-29 15:09:43 +00:00 committed by Git OBS Bridge
parent 91d7f9a968
commit 4056eecd37
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 29 15:09:28 UTC 2012 - jengelh@inai.de
- Avoid fdupes in /etc
-------------------------------------------------------------------
Fri Aug 31 21:36:53 UTC 2012 - scorot@free.fr

View File

@ -2345,7 +2345,7 @@ done;
mkdir -p "$b/%xlib";
cp -a . "$b/%xlib";
. sysinfo.gap;
. ./sysinfo.gap;
mkdir -p "$b/%_bindir";
cp -aH bin/gap.sh "$b/%_bindir/gap-%topv";
ln -s "%xlib/bin/$GAParch/gac" "$b/%_bindir/gac-%topv";
@ -2353,7 +2353,7 @@ ln -s "%xlib/bin/$GAParch/gac" "$b/%_bindir/gac-%topv";
ln -s "gap-%topv" "$b/%_bindir/gap";
ln -s "gac-%topv" "$b/%_bindir/gac";
%fdupes %buildroot
%fdupes %buildroot/%_prefix
%files
%defattr(-,root,root)