hplip-pl
This commit is contained in:
parent
90d72f3995
commit
33ba8c4811
|
@ -5,7 +5,7 @@
|
|||
# Grup: sürücü
|
||||
|
||||
isim=hplip-plugin
|
||||
surum=3.17.6
|
||||
surum=3.18.6
|
||||
devir=1
|
||||
kaynak=(http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-$surum-plugin.run)
|
||||
|
||||
|
@ -43,7 +43,7 @@ EOF
|
|||
find "$PKG/usr/share/hplip" -type f -name "*.so" | while read f; do
|
||||
lib_dir="${f%/*}"
|
||||
lib_isim="${f##*/}"
|
||||
ln -vsf "$lib_name" "$lib_dir/${lib_name%%-*}.so"
|
||||
ln -vsf "$lib_isim" "$lib_dir/${lib_isim%%-*}.so"
|
||||
done
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue