Skip to content

Instantly share code, notes, and snippets.

@massat
Last active December 13, 2015 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save massat/4967004 to your computer and use it in GitHub Desktop.
Save massat/4967004 to your computer and use it in GitHub Desktop.
patches to Make checkinstall 1.6.2 compatible with 64bit arch.
--- 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
--- 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
--- 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