Skip to content

Commit

Permalink
NAME.
Browse files Browse the repository at this point in the history
  • Loading branch information
textbrowser committed Sep 25, 2024
1 parent d57f781 commit fc5a76f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion badger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export AA_USEHIGHDPIPIXMAPS=1
export QT_AUTO_SCREEN_SCALE_FACTOR=1
export QT_X11_NO_MITSHM=1

name=/opt/badger/NAME
name=/opt/NAME/NAME

if [ -x ./NAME ]; then
name=./NAME
Expand Down
2 changes: 1 addition & 1 deletion prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ sed -i "s/TARGET\s*=\s*NAME/TARGET = $NAME/" $file

file=badger.sh

sed -i "s/\/opt\/badger\/NAME/\/opt\/badger\/$NAME/" $file
sed -i "s/\/opt\/NAME\/NAME/\/opt\/$NAME\/$NAME/" $file
sed -i "s/\/tmp\/NAME/\/tmp\/$NAME/" $file

0 comments on commit fc5a76f

Please sign in to comment.