summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-07-15 21:53:31 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-07-15 22:08:47 +0200
commite22490465c43b9b223a6c5ca945d3a7d271c5717 (patch)
tree93720d3f46e571c9f9787616a2871c24f9c2d039 /Makefile
parentafa753016f8d43ce2c886e146093470cd5877f7f (diff)
downloadfirstaidkit-e22490465c43b9b223a6c5ca945d3a7d271c5717.tar.gz
firstaidkit-e22490465c43b9b223a6c5ca945d3a7d271c5717.tar.xz
firstaidkit-e22490465c43b9b223a6c5ca945d3a7d271c5717.zip
Continue with the name standarization and simplification.
- The "_p" is not needed. Avoiding the suffix makes the names simpler. - When the plugin needs to be separated into varios subplugins, use the _ to signify that a subplugin is related to a father plugin. Like rpm_lowlevel, this say that lowlevel is part of the rpm plugin. - When naming a plugin keep the name SHORT and simple. - Be sure to name all the plugin packages as "plugin-name"
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