mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-30 04:52:27 +01:00
* Import upstream patch to fix building on musl. * Import upstream patch to fix install path for softflowd and softflowctl binaries. * Clarify license, modernize and update url and source links.
21 lines
670 B
Diff
21 lines
670 B
Diff
From 3681af73d21b3f34cb555de29b464b320e41745b Mon Sep 17 00:00:00 2001
|
|
From: Hitoshi Irino <irino@sfc.wide.ad.jp>
|
|
Date: Sat, 24 Aug 2019 07:14:56 +0900
|
|
Subject: [PATCH] Changing installation directory from bin to sbin which is
|
|
original installation directory. (Issue #16)
|
|
|
|
---
|
|
Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index ff58d6d..ca92000 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -1,4 +1,4 @@
|
|
-bin_PROGRAMS = softflowd softflowctl
|
|
+sbin_PROGRAMS = softflowd softflowctl
|
|
COMMON = common.h convtime.h treetype.h sys-tree.h\
|
|
convtime.c strlcpy.c strlcat.c closefrom.c daemon.c
|
|
if ENABLE_LEGACY
|