mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
fix badly applied patch
This commit is contained in:
parent
ac4e62cdc4
commit
15f755692c
1 changed files with 2 additions and 2 deletions
|
@ -102,8 +102,8 @@ for i in /etc/ /usr/lib/ /usr/share/; do
|
|||
sed -i "s:$i\$PKG:\$HOME/.$PKG$i\$PKG:g" $(find $DIR -type f)
|
||||
sed -i "s:\$HOME/\.$PKG$i\$HOME/\.$PKG$i:\$HOME/.$PKG$i:g" $(find $DIR -type f)
|
||||
done
|
||||
+sed -i "s:\$HOME/\.$PKG\$HOME/\.$PKG:\$HOME/.$PKG:g" $(find $DIR -type f)
|
||||
+sed -i "s:\$HOME/\.$PKG/usr/bin/\$HOME/\.$PKG/usr/bin/:\$HOME/.$PKG/usr/bin/:g" $(find $DIR -type f)
|
||||
sed -i "s:\$HOME/\.$PKG\$HOME/\.$PKG:\$HOME/.$PKG:g" $(find $DIR -type f)
|
||||
sed -i "s:\$HOME/\.$PKG/usr/bin/\$HOME/\.$PKG/usr/bin/:\$HOME/.$PKG/usr/bin/:g" $(find $DIR -type f)
|
||||
|
||||
rm -f $DIR/.$PKG/usr/bin/$PKG-export
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue