Skip to content

Commit

Permalink
Use concise order for 'install' command
Browse files Browse the repository at this point in the history
Sync change with upstream gtk3:
https://gitlab.archlinux.org/archlinux/packaging/packages/gtk3/-/commit/508eaa789978476622412c7f90c848adb4dcd0df#9b9baac1eb9b72790eef5540a1685306fc43fd6c_127_135

No difference to output. Just the order of commands changes.

-D:    Creates any missing directories.
-m644: Sets file permissions to 644.
-t:    Target directory.
  • Loading branch information
lah7 committed Sep 10, 2024
1 parent 27b04b5 commit ef11643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ package_gtk3-classic()
{
DESTDIR="$pkgdir" meson install -C build

install -Dt "$pkgdir/usr/share/gtk-3.0" -m644 settings.ini
install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 gtk-query-immodules-3.0.hook
install -Dm644 settings.ini -t "$pkgdir/usr/share/gtk-3.0"
install -Dm644 gtk-query-immodules-3.0.hook -t "$pkgdir/usr/share/libalpm/hooks"

rm "$pkgdir/usr/bin/gtk-update-icon-cache"
}

0 comments on commit ef11643

Please sign in to comment.