File tree Expand file tree Collapse file tree 3 files changed +4
-49
lines changed
linux-odroid-xu3-rt-opendsp
linux-raspberrypi-rt-opendsp Expand file tree Collapse file tree 3 files changed +4
-49
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -54,14 +54,15 @@ package()
5454 cp applications/* $pkgdir /home/opendsp/.local/share/applications/
5555 cd " ${srcdir} /${pkgname} /tools"
5656 mkdir -p $pkgdir /home/opendsp/.config/openbox/scripts/
57- cp * .py $pkgdir /home/opendsp/.config/openbox/scripts/
58- install -vD changepasswd -m 0755 $pkgdir /usr/bin/changepassword
57+ cp openbox/scripts/* .py $pkgdir /home/opendsp/.config/openbox/scripts/
58+ install -vD bin/changepasswd -m 0755 $pkgdir /usr/bin/changepassword
59+ install -vD bin/opendspd-update -m 0755 $pkgdir /usr/bin/opendspd-update
60+ install -vD bin/vlc-youtube-update -m 0755 $pkgdir /usr/bin/vlc-youtube-update
5961 cd " ${srcdir} /${pkgname} /data"
6062 mkdir -p $pkgdir /home/opendsp/data/mod
6163 cp -Rf mod/* $pkgdir /home/opendsp/data/mod/
6264 install -vD system.cfg -m 0644 $pkgdir /home/opendsp/data/
6365 cp -Rf mod $pkgdir /etc/skel/opendsp/
64-
6566 # fix permitions
6667 chown -R opendsp:opendsp $pkgdir /home/opendsp/
6768}
You can’t perform that action at this time.
0 commit comments