mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 02:35:23 +03:00
13 lines
300 B
Diff
13 lines
300 B
Diff
The Makefile doesn't provide a way to install into a custom directory
|
|
|
|
--- old/Makefile
|
|
+++ new/Makefile
|
|
@@ -26,7 +26,7 @@
|
|
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
#
|
|
|
|
-prefix=/usr/local
|
|
+prefix=$(DESTDIR)/usr
|
|
|
|
datarootdir=$(prefix)/share
|
|
docdir=$(datarootdir)/doc/gitflow
|