]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-ac-dirs.patch
- enable sparc build
[packages/util-linux.git] / util-linux-ac-dirs.patch
CommitLineData
a575abd9
JR
1--- util-linux-2.13-pre7/config/include-Makefile.am~ 2005-11-17 02:30:10.000000000 +0100
2+++ util-linux-2.13-pre7/config/include-Makefile.am 2007-03-24 02:11:24.000000000 +0100
3@@ -1,6 +1,6 @@
4-usrbinexecdir = $(prefix)/usr/bin
5-usrsbinexecdir = $(prefix)/usr/sbin
6-datadir = $(prefix)/usr/share
7+usrbinexecdir = $(prefix)/bin
8+usrsbinexecdir = $(prefix)/sbin
9+datadir = $(prefix)/share
10 infodir = $(datadir)/info
11 mandir = $(datadir)/man
12
13--- util-linux-2.13-pre7/getopt/Makefile.am~ 2005-08-14 13:33:14.000000000 +0200
14+++ util-linux-2.13-pre7/getopt/Makefile.am 2007-03-24 02:18:15.000000000 +0100
15@@ -6,6 +6,6 @@
16
17 man_MANS = getopt.1
18
19-exampledir = $(prefix)/usr/share/getopt/
20+exampledir = $(prefix)/src/examples/getopt/
21 example_DATA = getopt-parse.bash getopt-parse.tcsh \
22 getopt-test.bash getopt-test.tcsh
This page took 0.040635 seconds and 4 git commands to generate.