|
Lines 100-105
Link Here
|
| 100 |
src_prepare() { |
100 |
src_prepare() { |
| 101 |
python_convert_shebangs -q -r 2 . |
101 |
python_convert_shebangs -q -r 2 . |
| 102 |
|
102 |
|
|
|
103 |
sed -i -e "s|/etc/udev/rules.d|/lib/udev/rules.d|" \ |
| 104 |
$(find ./ -type f -exec grep -l '/etc/udev/rules.d' '{}' '+') \ |
| 105 |
|| die "sed udev rules" |
| 106 |
|
| 103 |
# Do not install desktop files if there is no gui |
107 |
# Do not install desktop files if there is no gui |
| 104 |
# Upstream bug: https://bugs.launchpad.net/hplip/+bug/452113 |
108 |
# Upstream bug: https://bugs.launchpad.net/hplip/+bug/452113 |
| 105 |
epatch "${FILESDIR}"/${PN}-3.9.10-desktop.patch |
109 |
epatch "${FILESDIR}"/${PN}-3.9.10-desktop.patch |