Skip to content

Commit

Permalink
[package] [eventlircd-osmc] Fix mistake adding package dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
DBMandrake committed May 5, 2019
1 parent 84d6220 commit b95154f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/eventlircd-osmc/build.sh
Expand Up @@ -24,7 +24,7 @@ then
sed '/Package/d' -i files/DEBIAN/control
sed '/Depends/d' -i files/DEBIAN/control
echo "Package: ${1}-eventlircd-osmc" >> files/DEBIAN/control
echo "Depends: ${1}-lirc-osmc, udev" >> files/DEBIAN/control
echo "Depends: ${1}-lirc-osmc, udev, ir-keytable" >> files/DEBIAN/control
pushd src/eventlircd*
sed -i 's/\s\-Werror//' configure.ac # Disable warnings being errors
autoreconf -vif
Expand Down
3 changes: 1 addition & 2 deletions package/eventlircd-osmc/files/DEBIAN/control
@@ -1,8 +1,7 @@
Origin: OSMC
Version: 1.3.8
Version: 1.3.9
Section: utils
Essential: No
Depends: ir-keytable
Priority: optional
Maintainer: Sam G Nazarko <email@samnazarko.co.uk>
Description: eventlircd for OSMC

0 comments on commit b95154f

Please sign in to comment.