mirror of
https://github.com/moparisthebest/pacman
synced 2024-10-31 23:55:04 -04:00
ca5af32b99
Signed-off-by: Florian Pritz <bluewind@xinu.at>
13 lines
203 B
Makefile
13 lines
203 B
Makefile
check_SCRIPTS = \
|
|
parseopts_test.sh \
|
|
pacman-db-upgrade-v9.py \
|
|
makepkg-template_test.sh \
|
|
human_to_size_test.sh
|
|
|
|
noinst_SCRIPTS = $(check_SCRIPTS)
|
|
|
|
EXTRA_DIST = \
|
|
$(check_SCRIPTS)
|
|
|
|
# vim:set noet:
|