diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-08-10 13:16:56 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-08-10 13:16:56 +0000 |
commit | 66c2473eb59231caaf456cf7a2192638c9e99360 (patch) | |
tree | a1ffe1be8ab2299c84d76f371e683e8eba0620e5 | |
parent | f688799a4c9e1a9e14bd90b41e717c9a4d03f84e (diff) |
sysconf: Removed the erroneous conffiles line
-rw-r--r-- | packages/sysconf/sysconf_0.1.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/sysconf/sysconf_0.1.bb b/packages/sysconf/sysconf_0.1.bb index e6bb3f29bb..608868f197 100644 --- a/packages/sysconf/sysconf_0.1.bb +++ b/packages/sysconf/sysconf_0.1.bb @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" LICENSE = "GPL" RDEPENDS = "devio cpio findutils diffutils" -PR = "r9" +PR = "r10" # Currently, the scripts only support ixp4xx machines. # Feel free to add to the scripts ... @@ -48,5 +48,3 @@ pkg_postrm() { test -n "$D" && opt="-r $D" update-rc.d $opt sysconfsetup remove } - -CONFFILES = "${sysconfdir}/default/conffiles" |