mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-28 20:11:34 +01:00
11 lines
315 B
Diff
11 lines
315 B
Diff
--- a/Makefile 2020-12-30 16:20:22.000000000 +0100
|
|
+++ b/Makefile 2020-12-30 16:35:17.352796089 +0100
|
|
@@ -41,6 +41,7 @@
|
|
install: install-arch install-indep
|
|
|
|
install-arch:
|
|
+ mkdir -p $(BIN_PREFIX)
|
|
cp madbomber $(BIN_PREFIX)
|
|
chown root.root $(BIN_PREFIX)/madbomber
|
|
chmod a+rx,g-w,o-w $(BIN_PREFIX)/madbomber
|