summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7dcd91..ae28c14 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ RELEASE := $(shell awk '/Release:/ { print $$2 }' firstaidkit.spec)
PLUGIN_PATH = plugins
# all the plugins that have a make build to run
-PLUGIN_DIRS = plugin_undelete_partitions
+PLUGIN_DIRS = undelparts
tarball:
git-archive --format=tar --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 -f > $(NAME)-$(VERSION).tar.bz2