--- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ install: - install -Dm755 witchery-buildapk ${DESTDIR}/usr/bin - install -Dm755 witchery-compose ${DESTDIR}/usr/bin \ No newline at end of file + install -Dm755 witchery-buildapk -t ${DESTDIR}/usr/bin + install -Dm755 witchery-compose -t ${DESTDIR}/usr/bin