mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-29 15:55:04 +00:00
Remove AppImage prefix hack from .travis.yml
This commit is contained in:
parent
af5deaf187
commit
600f67d9d2
@ -42,11 +42,6 @@ before_script:
|
||||
- git submodule init ; git submodule update
|
||||
- cd radare2
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
sed -i 's,R2_PREFIX.*,R2_PREFIX "/tmp/.cutter_usr",' libr/include/r_userconf.h.acr;
|
||||
sed -i 's,R2_DATDIR.*,R2_DATDIR "/tmp/.cutter_usr/share",' libr/include/r_userconf.h.acr;
|
||||
echo "Modified r_userconf.h.acr:";
|
||||
cat libr/include/r_userconf.h.acr;
|
||||
echo "-----------------------------";
|
||||
INSTALL_TARGET=install sys/install.sh;
|
||||
else
|
||||
LDFLAGS=-headerpad_max_install_names INSTALL_TARGET=install sys/install.sh;
|
||||
|
Loading…
Reference in New Issue
Block a user