diff core/rc/rc.sh @ 1216:6710613b88b9

misc: remove build function
author David Demelier <markand@malikania.fr>
date Wed, 29 Sep 2021 13:49:32 +0200
parents 4088afe6988e
children 4ccc42bf0284
line wrap: on
line diff
--- a/core/rc/rc.sh	Wed Jul 28 15:24:46 2021 +0200
+++ b/core/rc/rc.sh	Wed Sep 29 13:49:32 2021 +0200
@@ -26,13 +26,10 @@
             etc/rc.shutdown
             etc/rc.start"
 
-build()
-{
-	install -Dm0755 rc.conf $DESTDIR/etc/rc.conf
-	install -Dm0755 rc.init $DESTDIR/etc/rc.init
-	install -Dm0755 rc.shutdown $DESTDIR/etc/rc.shutdown
-	install -Dm0755 rc.start $DESTDIR/etc/rc.start
-	install -Dm0755 rc.networking $DESTDIR/etc/rc.networking
-	install -Dm0755 rc.conf.5 $DESTDIR/share/man/man5/rc.conf.5
-	install -Dm0755 rc.7 $DESTDIR/share/man/man7/rc.7
-}
+install -Dm0755 rc.conf $DESTDIR/etc/rc.conf
+install -Dm0755 rc.init $DESTDIR/etc/rc.init
+install -Dm0755 rc.shutdown $DESTDIR/etc/rc.shutdown
+install -Dm0755 rc.start $DESTDIR/etc/rc.start
+install -Dm0755 rc.networking $DESTDIR/etc/rc.networking
+install -Dm0755 rc.conf.5 $DESTDIR/share/man/man5/rc.conf.5
+install -Dm0755 rc.7 $DESTDIR/share/man/man7/rc.7