]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
change install prefix to usr
authorBastian Dehn <hhaalo@arcor.de>
Mon, 25 May 2026 13:15:03 +0000 (15:15 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Mon, 25 May 2026 13:15:03 +0000 (15:15 +0200)
Makefile

index cc5dda5d6b284cbdaa22669d322a1627e71a9e63..abebb6c4cb87af49c3ffb07306e8e26c3eedab97 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ PACKAGE=simple-backup
 PACKAGENAME=$(PACKAGE)-$(VERSION)$(EXTRA_VERSION)-1-x86_64
 SRCDIR=src
 BUILDDIR=build
-PREFIX=usr/local
+PREFIX=usr
 BINDIR=$(BUILDDIR)/$(PACKAGENAME)/$(PREFIX)/bin
 SHAREDIR=$(BUILDDIR)/$(PACKAGENAME)/$(PREFIX)/share/$(PACKAGE)