mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08:50 -05:00
3595201f5f
to work as expected.
16 lines
278 B
Makefile
16 lines
278 B
Makefile
AUTOMAKE_OPTIONS = std-options
|
|
|
|
bin_SCRIPTS = \
|
|
abs \
|
|
gensync \
|
|
makepkg \
|
|
makeworld \
|
|
pacman-optimize \
|
|
rankmirrors \
|
|
repo-add \
|
|
repo-remove \
|
|
re-pacman \
|
|
updatesync
|
|
|
|
abs gensync makepkg makeworld pacman-optimize rankmirrors repo-add repo-remove re-pacman updatesync:
|