Fixed install script not to use prefix tag.
This commit is contained in:
parent
f703df4e6c
commit
60e38410ee
@ -48,7 +48,7 @@ find $RPM_BUILD_ROOT -name '*.la' | \
|
||||
xargs perl -p -i -e "s|-L$RPM_BUILD_DIR[\w/.-]*||g"
|
||||
|
||||
# oMy, othis ois osilly.
|
||||
ln -s openjade $RPM_BUILD_ROOT/%{prefix}/bin/jade
|
||||
ln -s openjade $RPM_BUILD_ROOT/%{_bindir}/jade
|
||||
echo ".so man1/openjade.1" > $RPM_BUILD_ROOT/%{_mandir}/man1/jade.1
|
||||
|
||||
# install jade/jade $RPM_BUILD_ROOT/%{prefix}/bin/jade
|
||||
|
Loading…
Reference in New Issue
Block a user