[Pkg-cgit-commits] [pkg-cgit] 03/49: Fix prefix in makefile

Peter Colberg peter at colberg.org
Thu Jun 16 01:49:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

pc-guest pushed a commit to branch master
in repository pkg-cgit.

commit 2bd910f9f6614db4bc15921568d76d72b8336566
Author: Alexander Wirt <formorer at debian.org>
Date:   Sun Jul 20 09:25:06 2014 +0200

    Fix prefix in makefile
---
 debian/patches/debianize_makefile | 11 +++++++++++
 debian/patches/series             |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/debianize_makefile b/debian/patches/debianize_makefile
new file mode 100644
index 0000000..dc2063b
--- /dev/null
+++ b/debian/patches/debianize_makefile
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -6,7 +6,7 @@
+ CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH)
+ CGIT_CONFIG = /etc/cgitrc
+ CACHE_ROOT = /var/cache/cgit
+-prefix = /usr/local
++prefix = /usr
+ libdir = $(prefix)/lib
+ filterdir = $(libdir)/cgit/filters
+ docdir = $(prefix)/share/doc/cgit
diff --git a/debian/patches/series b/debian/patches/series
index 5d3cdd9..d3fb022 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 # are applied to the upstream source in the order listed below.
 # This is manually managed by users with dquilt (quilt(1) wrapper) etc.
 # Also this may be updated by dpkg-source(1) when making a package.
+debianize_makefile

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cgit/pkg-cgit.git



More information about the Pkg-cgit-commits mailing list