Fix #1822 with the help of the latest ACR

This commit is contained in:
pancake 2014-12-11 01:50:26 +01:00
parent 56a7b491e9
commit 046f0a447e
2 changed files with 2 additions and 1 deletions

2
configure vendored
View File

@ -115,7 +115,7 @@ done
: ${INSTALL_PROGRAM:=${INSTALL} -m 755}
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -c}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2' ; VERSION='0.9.9-git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}

View File

@ -1,5 +1,6 @@
include ../global.mk
include config.mk
include ../config-user.mk
include ../mk/${COMPILER}.mk
DESTDIR:=$(call rmbdlslash,$(DESTDIR))