forked from kiss-community/repo
lvm2: fix package
This commit is contained in:
parent
926dd7f41a
commit
96b960b159
@ -9,3 +9,8 @@ patch -p1 < fix-stdio-usage.patch
|
|||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
|
||||||
|
# Make all libraries and binaries writable.
|
||||||
|
chmod -v u+w "$1/usr/lib/"* \
|
||||||
|
"$1/usr/include/"* \
|
||||||
|
"$1/usr/sbin/"*
|
||||||
|
@ -1 +1 @@
|
|||||||
2.03.05 2
|
2.03.05 3
|
||||||
|
Loading…
Reference in New Issue
Block a user