mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-19 16:29:31 +00:00
Portduino: fix transitional symlinks (#5550)
This commit is contained in:
parent
f91d653c6d
commit
a25ad663ca
4
.github/workflows/package_amd64.yml
vendored
4
.github/workflows/package_amd64.yml
vendored
@ -69,8 +69,8 @@ jobs:
|
|||||||
# Transition /usr/share/doc/meshtasticd to /usr/share/meshtasticd
|
# Transition /usr/share/doc/meshtasticd to /usr/share/meshtasticd
|
||||||
echo "rm -rf /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/preinst
|
echo "rm -rf /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/preinst
|
||||||
chmod +x .debpkg/DEBIAN/preinst
|
chmod +x .debpkg/DEBIAN/preinst
|
||||||
echo "/usr/share/meshtasticd /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/meshtasticd.links
|
echo "ln -sf /usr/share/meshtasticd /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/postinst
|
||||||
chmod +x .debpkg/DEBIAN/meshtasticd.links
|
chmod +x .debpkg/DEBIAN/postinst
|
||||||
|
|
||||||
- uses: jiro4989/build-deb-action@v3
|
- uses: jiro4989/build-deb-action@v3
|
||||||
with:
|
with:
|
||||||
|
4
.github/workflows/package_raspbian.yml
vendored
4
.github/workflows/package_raspbian.yml
vendored
@ -69,8 +69,8 @@ jobs:
|
|||||||
# Transition /usr/share/doc/meshtasticd to /usr/share/meshtasticd
|
# Transition /usr/share/doc/meshtasticd to /usr/share/meshtasticd
|
||||||
echo "rm -rf /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/preinst
|
echo "rm -rf /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/preinst
|
||||||
chmod +x .debpkg/DEBIAN/preinst
|
chmod +x .debpkg/DEBIAN/preinst
|
||||||
echo "/usr/share/meshtasticd /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/meshtasticd.links
|
echo "ln -sf /usr/share/meshtasticd /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/postinst
|
||||||
chmod +x .debpkg/DEBIAN/meshtasticd.links
|
chmod +x .debpkg/DEBIAN/postinst
|
||||||
|
|
||||||
- uses: jiro4989/build-deb-action@v3
|
- uses: jiro4989/build-deb-action@v3
|
||||||
with:
|
with:
|
||||||
|
@ -69,8 +69,8 @@ jobs:
|
|||||||
# Transition /usr/share/doc/meshtasticd to /usr/share/meshtasticd
|
# Transition /usr/share/doc/meshtasticd to /usr/share/meshtasticd
|
||||||
echo "rm -rf /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/preinst
|
echo "rm -rf /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/preinst
|
||||||
chmod +x .debpkg/DEBIAN/preinst
|
chmod +x .debpkg/DEBIAN/preinst
|
||||||
echo "/usr/share/meshtasticd /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/meshtasticd.links
|
echo "ln -sf /usr/share/meshtasticd /usr/share/doc/meshtasticd" > .debpkg/DEBIAN/postinst
|
||||||
chmod +x .debpkg/DEBIAN/meshtasticd.links
|
chmod +x .debpkg/DEBIAN/postinst
|
||||||
|
|
||||||
- uses: jiro4989/build-deb-action@v3
|
- uses: jiro4989/build-deb-action@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user