mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
chromium-pepper-flash: fix INSTALL file
This commit is contained in:
parent
c05ad52cde
commit
1c9d625ff9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ post)
|
||||||
sha256sum -c chksum || exit 1
|
sha256sum -c chksum || exit 1
|
||||||
|
|
||||||
ar x "$PKGNAME.deb"
|
ar x "$PKGNAME.deb"
|
||||||
tar xf data.tar.lzma
|
tar xf data.tar.xz
|
||||||
) || {
|
) || {
|
||||||
echo Error while extracting;
|
echo Error while extracting;
|
||||||
rm -r $BUILD_DIR;
|
rm -r $BUILD_DIR;
|
||||||
|
|
Loading…
Add table
Reference in a new issue