mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-14 05:15:11 -05:00
bd744d067d
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
12 lines
175 B
Makefile
12 lines
175 B
Makefile
check_SCRIPTS = \
|
|
parseopts_test.sh \
|
|
pacman-db-upgrade-v9.py \
|
|
human_to_size_test.sh
|
|
|
|
noinst_SCRIPTS = $(check_SCRIPTS)
|
|
|
|
EXTRA_DIST = \
|
|
$(check_SCRIPTS)
|
|
|
|
# vim:set noet:
|