mirror of https://github.com/pwndbg/pwndbg
pkg.nix: fix proper filename extension (#2471)
This commit is contained in:
parent
d96815153a
commit
efdc16310f
|
@ -60,7 +60,7 @@ let
|
|||
ln -s ${drv} ./result
|
||||
export DIST_TAR=$PWD/dist/${drv.meta.name}_${drv.meta.version}_${
|
||||
pfpmArchs.${drv.meta.architecture}
|
||||
}.tar.gz
|
||||
}.tar.xz
|
||||
|
||||
pushd ./result
|
||||
chmod +x bin/* || true
|
||||
|
|
Loading…
Reference in New Issue