add symlink for "steamguard-cli" in deb packages
This commit is contained in:
parent
28b4f8ea39
commit
6a82b236aa
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ mkdir -p "$TEMP_PKG_PATH/etc/bash_completion.d"
|
|||
mkdir -p "$TEMP_PKG_PATH/DEBIAN"
|
||||
|
||||
cp "$BIN_PATH" "$TEMP_PKG_PATH/usr/local/bin/steamguard"
|
||||
pushd "$TEMP_PKG_PATH/usr/local/bin/"
|
||||
ln -s "./steamguard" "./steamguard-cli"
|
||||
popd
|
||||
"$BIN_PATH" completion --shell bash > "$TEMP_PKG_PATH/etc/bash_completion.d/steamguard"
|
||||
|
||||
cat <<EOT >> $TEMP_PKG_PATH/DEBIAN/control
|
||||
|
|
Loading…
Reference in a new issue