Skip to content

Commit

Permalink
autofs: Remove obsolete post-install cleanup
Browse files Browse the repository at this point in the history
With the current version, the "make install" no longer installed
the files, which we needed to clean up. So remove the mee_install()
overwrite.
  • Loading branch information
donald committed Mar 4, 2021
1 parent 8fdea03 commit 5ab87b1
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions autofs.be0
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,9 @@ mee_build() {
bee_build DEBUG=1 DONTSTRIP=1
}

mee_install() {
bee_install
cd $D
rm etc/auto.*
rm etc/autofs_ldap_auth.conf
rm etc/init.d/autofs
rmdir etc/init.d
rmdir run
mv etc/autofs.conf etc/autofs.conf.template
rm etc/sysconfig/autofs
rmdir etc/sysconfig
}
#mee_install() {
# bee_install "${@}"
#}

## by default this may be 'make install DESTDIR="${D}"'

Expand Down

0 comments on commit 5ab87b1

Please sign in to comment.