wireless_tools: enable build_pie/relro; move to bin.
This commit is contained in:
parent
2b1dc13f07
commit
843e0ca15c
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'wireless_tools'
|
||||
pkgname=wireless_tools
|
||||
version=29
|
||||
revision=6
|
||||
revision=7
|
||||
build_pie=yes
|
||||
wrksrc="${pkgname}.${version}"
|
||||
short_desc="Set of tools allowing to manipulate the Wireless Extensions"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -16,7 +17,7 @@ do_build() {
|
|||
}
|
||||
|
||||
do_install() {
|
||||
make INSTALL_DIR=${DESTDIR}/usr/sbin INSTALL_LIB=${DESTDIR}/usr/lib \
|
||||
make INSTALL_DIR=${DESTDIR}/usr/bin INSTALL_LIB=${DESTDIR}/usr/lib \
|
||||
INSTALL_INC=${DESTDIR}/usr/include \
|
||||
INSTALL_MAN=${DESTDIR}/usr/share/man install
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue