diff options
author | Brian Behlendorf <[email protected]> | 2015-03-27 14:30:23 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-03-27 14:30:58 -0700 |
commit | d820d2e9cf27678dd07b86f8fdd4635162371a37 (patch) | |
tree | 489c9171fce7585d8b82de42daa88d6d9777c1c3 /rpm/Makefile.am | |
parent | 7d90f569b3f05def7cbd0a52ce8ac3040364d702 (diff) |
Remove rpm/fedora directory
Originally it was thought that custom spec files might be required
for Fedora. Happily that has turns out not to be the case. Since
this directory just contains symlinks to the generic spec files it
can be removed.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'rpm/Makefile.am')
-rw-r--r-- | rpm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/Makefile.am b/rpm/Makefile.am index e41cdda2e..b564eeefd 100644 --- a/rpm/Makefile.am +++ b/rpm/Makefile.am @@ -1 +1 @@ -SUBDIRS = fedora generic +SUBDIRS = generic |