diff options
author | Martin Sivak <msivak@redhat.com> | 2009-07-13 13:42:22 +0200 |
---|---|---|
committer | Martin Sivak <msivak@redhat.com> | 2009-07-13 13:42:22 +0200 |
commit | cac14da3e83e1e6ff4e92806faea88c9b47b70fd (patch) | |
tree | 048a074f9f930d0583dd4667a6d0039d168c86d4 | |
parent | f834483d7b3ba8e6bdfe8a49903956a0c80a8b91 (diff) | |
download | firstaidkit-cac14da3e83e1e6ff4e92806faea88c9b47b70fd.tar.gz firstaidkit-cac14da3e83e1e6ff4e92806faea88c9b47b70fd.tar.xz firstaidkit-cac14da3e83e1e6ff4e92806faea88c9b47b70fd.zip |
Do not build undelparts
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ DATADIR := $(shell rpm --eval "%_datadir") PLUGIN_PATH = plugins # all the plugins that have a make build to run -PLUGIN_DIRS = undelparts +PLUGIN_DIRS = build: subdirs about |