CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
ports
/
core-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aaab85
)
diffutils: Fixed compilation.
author
pitillo
<pitillo@server.(none)>
Fri, 18 Dec 2009 09:39:41 +0000
(10:39 +0100)
committer
pitillo
<pitillo@server.(none)>
Fri, 18 Dec 2009 09:39:41 +0000
(10:39 +0100)
diffutils/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/diffutils/Pkgfile
b/diffutils/Pkgfile
index da7d98ae743e7bde763b149a1cce37099849e9a6..b7cc434eb8cdb94e12e30da976875ecf8c2fb076 100644
(file)
--- a/
diffutils/Pkgfile
+++ b/
diffutils/Pkgfile
@@
-14,8
+14,9
@@
build() {
./configure --build=$CHOST \
--host=$CTARGET \
--prefix=/usr \
+ --mandir=$PKG/usr/man \
--disable-nls
make
make prefix=$PKG/usr install
- rm -rf $PKG/usr/
info
+ rm -rf $PKG/usr/
share
}