audio/google-musicmanager: Fix broken symlink.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-16 12:50:45 -04:00
parent 500fc6fd89
commit 6c204873b0
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ ar p $CWD/$PRGNAM-${RELEASE}_current_${DEBARCH}.deb data.tar.xz | tar xvJ
# 20220218 bkw: absolute path symlink in deb, no good.
rm -f usr/bin/$PRGNAM
ln -s ../../opt/google/musicmanager/$PRGNAM usr/bin/$PRGNAM
ln -s ../../opt/google/musicmanager/MusicManager usr/bin/$PRGNAM
chown -R root:root .
find -L . \