diff options
author | Matt Housh <jaeger@morpheus.net> | 2013-08-08 18:32:20 -0500 |
---|---|---|
committer | Matt Housh <jaeger@morpheus.net> | 2013-08-08 18:32:20 -0500 |
commit | 20ae6cc217470efeb51d50f0fc7056298408363f (patch) | |
tree | 2fe2e0655af68794f43bce7162e4b4df5b6e839b /nettle-32 | |
parent | 53c23b4894b43cf92e9df95d33e1304283f87dbe (diff) | |
download | compat-32-20ae6cc217470efeb51d50f0fc7056298408363f.tar.gz compat-32-20ae6cc217470efeb51d50f0fc7056298408363f.tar.xz |
nettle-32: removed share from rm list
Diffstat (limited to 'nettle-32')
-rw-r--r-- | nettle-32/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nettle-32/Pkgfile b/nettle-32/Pkgfile index 0132877c..550cea8b 100644 --- a/nettle-32/Pkgfile +++ b/nettle-32/Pkgfile @@ -19,5 +19,5 @@ build() { make check make DESTDIR=$PKG install - rm -r $PKG/usr/{bin,include,share} + rm -r $PKG/usr/{bin,include} } |