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:
parent
91d7f9a968
commit
4056eecd37
@ -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
|
||||
|
||||
|
4
gap.spec
4
gap.spec
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user