mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
sys-apps/asus-touchpad-numpad-driver: quote ED variables
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
@@ -43,9 +43,9 @@ src_install() {
|
||||
insinto /usr/libexec/${PN}
|
||||
doins -r numpad_layouts
|
||||
|
||||
python_fix_shebang ${ED}/usr/libexec/${PN}/asus_touchpad.py
|
||||
python_fix_shebang "${ED}/usr/libexec/${PN}/asus_touchpad.py"
|
||||
|
||||
python_optimize ${ED}/usr/libexec/${PN}
|
||||
python_optimize "${ED}/usr/libexec/${PN}"
|
||||
|
||||
dosym ../libexec/${PN}/asus_touchpad.py /usr/bin/asus_touchpad
|
||||
}
|
||||
|
||||
@@ -43,9 +43,9 @@ src_install() {
|
||||
insinto /usr/libexec/${PN}
|
||||
doins -r numpad_layouts
|
||||
|
||||
python_fix_shebang ${ED}/usr/libexec/${PN}/asus_touchpad.py
|
||||
python_fix_shebang "${ED}/usr/libexec/${PN}/asus_touchpad.py"
|
||||
|
||||
python_optimize ${ED}/usr/libexec/${PN}
|
||||
python_optimize "${ED}/usr/libexec/${PN}"
|
||||
|
||||
dosym ../libexec/${PN}/asus_touchpad.py /usr/bin/asus_touchpad
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user