mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-28 03:22:17 -05:00
tweak dino
This commit is contained in:
parent
0dbcbfa056
commit
e949d0b32f
@ -40,6 +40,13 @@ build() {
|
|||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname%-git}"
|
cd "${srcdir}/${pkgname%-git}"
|
||||||
make DESTDIR="${pkgdir}/" install
|
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() {
|
check() {
|
||||||
|
Loading…
Reference in New Issue
Block a user