summaryrefslogtreecommitdiffstats
path: root/nettle
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-04 13:21:58 +0000
committerpiernov <piernov@piernov.org>2012-03-04 13:21:58 +0000
commitc9c138c29a828043a6f1ac583483cb2f67e38970 (patch)
tree5e355a78a9c4e3955f9bc086050d4743e9d5e45d /nettle
parent784e8ac269eb5b83a647164de4c5454891e0ada3 (diff)
downloadnutyx-extra-c9c138c29a828043a6f1ac583483cb2f67e38970.tar.gz
nutyx-extra-c9c138c29a828043a6f1ac583483cb2f67e38970.tar.bz2
nutyx-extra-c9c138c29a828043a6f1ac583483cb2f67e38970.tar.xz
nutyx-extra-c9c138c29a828043a6f1ac583483cb2f67e38970.zip
nettle correction conflit
Diffstat (limited to 'nettle')
-rw-r--r--nettle/.footprint.i6861
-rw-r--r--nettle/.footprint.x86_641
-rw-r--r--nettle/Pkgfile1
3 files changed, 1 insertions, 2 deletions
diff --git a/nettle/.footprint.i686 b/nettle/.footprint.i686
index 242daad9c..91062aadb 100644
--- a/nettle/.footprint.i686
+++ b/nettle/.footprint.i686
@@ -59,5 +59,4 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/nettle.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/info/
--rw-r--r-- root/root usr/share/info/dir.gz
-rw-r--r-- root/root usr/share/info/nettle.info.gz
diff --git a/nettle/.footprint.x86_64 b/nettle/.footprint.x86_64
index 242daad9c..91062aadb 100644
--- a/nettle/.footprint.x86_64
+++ b/nettle/.footprint.x86_64
@@ -59,5 +59,4 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/nettle.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/info/
--rw-r--r-- root/root usr/share/info/dir.gz
-rw-r--r-- root/root usr/share/info/nettle.info.gz
diff --git a/nettle/Pkgfile b/nettle/Pkgfile
index 2bd1254d5..203b1675a 100644
--- a/nettle/Pkgfile
+++ b/nettle/Pkgfile
@@ -15,4 +15,5 @@ build() {
--enable-shared
make
make DESTDIR=$PKG install
+ rm -f $PKG/usr/share/info/dir
}