Last active
December 13, 2015 19:59
-
-
Save massat/4967004 to your computer and use it in GitHub Desktop.
patches to Make checkinstall 1.6.2 compatible with 64bit arch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- checkinstallrc-dist 2013-02-16 13:17:06.970618274 +0000 | |
+++ checkinstallrc-dist_ 2013-02-16 13:47:42.895093306 +0000 | |
@@ -117,7 +117,7 @@ | |
NEW_SLACK=1 | |
# Comma delimited list of files/directories to be ignored | |
-EXCLUDE="" | |
+EXCLUDE="/selinux" | |
# Accept default values for all questions? | |
ACCEPT_DEFAULT=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- installwatch/Makefile 2013-02-16 13:17:06.970618274 +0000 | |
+++ installwatch/Makefile_ 2013-02-16 13:49:07.295500715 +0000 | |
@@ -11,7 +11,7 @@ | |
VERSION=0.7.0beta7 | |
BINDIR=$(PREFIX)/bin | |
-LIBDIR=$(PREFIX)/lib | |
+LIBDIR=$(PREFIX)/lib64 | |
all: installwatch.so |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Makefile 2013-02-16 13:35:19.248945750 +0000 | |
+++ Makefile_ 2013-02-16 13:34:44.700154473 +0000 | |
@@ -4,7 +4,7 @@ | |
PREFIX=/usr/local | |
BINDIR=$(PREFIX)/sbin | |
LCDIR=$(PREFIX)/lib/checkinstall/locale | |
-CONFDIR=$(PREFIX)/lib/checkinstall | |
+CONFDIR=$(PREFIX) | |
all: | |
for file in locale/checkinstall-*.po ; do \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment