]> git.michaelhowe.org Git - packages/a/afs-monitor.git/commitdiff
Fix script names in the Makefile
authorRuss Allbery <rra@stanford.edu>
Thu, 11 Nov 2010 00:27:32 +0000 (16:27 -0800)
committerRuss Allbery <rra@stanford.edu>
Thu, 11 Nov 2010 00:27:32 +0000 (16:27 -0800)
Makefile

index be94b9903e0e5233bf529c7d3081b165c55f46d5..6b109b99a0f4a6467ef6791de6b3fe182eb61eaa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@
 VERSION := $(shell grep '^afs-monitor' NEWS | head -1 | cut -d' ' -f 2)
 DATE    := $(shell grep '^afs-monitor' NEWS | head -1 | cut -d' ' -f 3)
 
-SCRIPTS := check_afs_quotas check_afsspace check_bos check_rxdebug check_udebug
+SCRIPTS := check_afs_quotas check_afs_space check_afs_bos check_afs_rxdebug \
+          check_afs_udebug
 EXTRA   := LICENSE NEWS README
 
 all: