mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(argp): remove debugging code
This commit is contained in:
parent
2816e891dd
commit
00e3f91d76
1 changed files with 0 additions and 2 deletions
|
|
@ -33,8 +33,6 @@ src_install() {
|
||||||
mkdir -p "${DESTDIR}${KERNEL_SYSROOT}/lib"
|
mkdir -p "${DESTDIR}${KERNEL_SYSROOT}/lib"
|
||||||
|
|
||||||
# noinst_HEADERS/noinst_LIBRARIES: install artifacts explicitly.
|
# noinst_HEADERS/noinst_LIBRARIES: install artifacts explicitly.
|
||||||
test -f ../argp.h
|
|
||||||
test -f libargp.a
|
|
||||||
install -m644 ../argp.h "${DESTDIR}${KERNEL_SYSROOT}/include/argp.h"
|
install -m644 ../argp.h "${DESTDIR}${KERNEL_SYSROOT}/include/argp.h"
|
||||||
install -m644 libargp.a "${DESTDIR}${KERNEL_SYSROOT}/lib/libargp.a"
|
install -m644 libargp.a "${DESTDIR}${KERNEL_SYSROOT}/lib/libargp.a"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue