diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-14 20:05:12 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-14 20:05:12 +0000 |
commit | 1d53017dcc04b1619c228059c1cc8094721f4edd (patch) | |
tree | 4586616614ff6e5ced3961efd64823b5f321ca79 /base-passwd | |
parent | d5c08baedc06114af1fb4097564497e2fc6e4460 (diff) |
Rename a ton of files to deal with the seperator change.
BKrev: 3f8c56f8VmGkGikIZwqf-Y_cce7tdg
Diffstat (limited to 'base-passwd')
-rw-r--r-- | base-passwd/base-passwd-3.5.4.oe | 42 | ||||
-rw-r--r-- | base-passwd/base-passwd_3.5.4.oe | 0 |
2 files changed, 0 insertions, 42 deletions
diff --git a/base-passwd/base-passwd-3.5.4.oe b/base-passwd/base-passwd-3.5.4.oe deleted file mode 100644 index db31ba168f..0000000000 --- a/base-passwd/base-passwd-3.5.4.oe +++ /dev/null @@ -1,42 +0,0 @@ -DEPENDS = virtual/libc -RDEPENDS = libc6 - -SRC_URI := ${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_3.5.4.tar.gz -S := ${WORKDIR}/${P} - -inherit autotools - -#do_compile_append () { -# oe_runmake -C doc -#} - -do_install () { - install -d -m 755 ${D}/usr/sbin - install -p -m 755 update-passwd ${D}/usr/sbin/ - install -d -m 755 \ - ${D}/usr/share/man/man8 ${D}/usr/share/man/pl/man8 - install -p -m 644 man/update-passwd.8 \ - ${D}/usr/share/man/man8/ - install -p -m 644 man/update-passwd.pl.8 \ - ${D}/usr/share/man/pl/man8/update-passwd.8 - gzip -9 ${D}/usr/share/man/man8/* \ - ${D}/usr/share/man/pl/man8/* - install -d -m 755 ${D}/usr/share/base-passwd - install -p -m 644 passwd.master \ - ${D}/usr/share/base-passwd/ - install -p -m 644 group.master \ - ${D}/usr/share/base-passwd/ - - install -d -m 755 ${D}/${docdir}/${P} - install -p -m 644 debian/changelog ${D}/${docdir}/${P}/ - gzip -9 ${D}/${docdir}/${P}/* - install -p -m 644 README ${D}/${docdir}/${P}/ - install -p -m 644 debian/copyright ${D}/${docdir}/${P}/ -# install -p -m 644 \ -# doc/users-and-groups.html doc/users-and-groups.txt \ -# ${D}/${docdir}/${P}/ -# gzip -9 ${D}/${docdir}/${P}/users-and-groups.txt -# install -d -m 755 ${D}/DEBIAN -# install -p -m 755 debian/preinst ${D}/DEBIAN/ -# install -p -m 755 debian/postinst ${D}/DEBIAN/ -} diff --git a/base-passwd/base-passwd_3.5.4.oe b/base-passwd/base-passwd_3.5.4.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/base-passwd/base-passwd_3.5.4.oe |