mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-24 01:22:18 -05:00
tweak dino
This commit is contained in:
parent
0dbcbfa056
commit
e949d0b32f
@ -40,6 +40,13 @@ build() {
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname%-git}"
|
||||
make DESTDIR="${pkgdir}/" install
|
||||
mv "${pkgdir}/usr/bin/dino" "${pkgdir}/usr/bin/dino.real"
|
||||
cat > "${pkgdir}/usr/bin/dino" <<EOF
|
||||
#!/bin/sh
|
||||
export GDK_DPI_SCALE=1.5
|
||||
exec dino.real
|
||||
EOF
|
||||
chmod +x "${pkgdir}/usr/bin/dino"
|
||||
}
|
||||
|
||||
check() {
|
||||
|
Loading…
Reference in New Issue
Block a user