fixed ubuntu dh_link
This commit is contained in:
parent
f32e958984
commit
0ae58a3346
|
@ -4,7 +4,7 @@ PREFIX = /opt/extras.ubuntu.com/solaar
|
||||||
|
|
||||||
# hacky...
|
# hacky...
|
||||||
override_dh_link:
|
override_dh_link:
|
||||||
dh_link "$@"
|
dh_link
|
||||||
# replace the Exec and Icon targets with the proper full paths
|
# replace the Exec and Icon targets with the proper full paths
|
||||||
sed -i -e 's#Exec=solaar#Exec=/opt/extras.ubuntu.com/solaar/bin/solaar#' \
|
sed -i -e 's#Exec=solaar#Exec=/opt/extras.ubuntu.com/solaar/bin/solaar#' \
|
||||||
debian/solaar/opt/extras.ubuntu.com/solaar/share/applications/solaar.desktop
|
debian/solaar/opt/extras.ubuntu.com/solaar/share/applications/solaar.desktop
|
||||||
|
|
Loading…
Reference in New Issue