diff options
Diffstat (limited to 'openvswitch/Pkgfile')
-rw-r--r-- | openvswitch/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openvswitch/Pkgfile b/openvswitch/Pkgfile index fa9697d06..b0ceb448a 100644 --- a/openvswitch/Pkgfile +++ b/openvswitch/Pkgfile @@ -17,5 +17,5 @@ build() { make make install DESTDIR=$PKG - install -D $SRC/ovsd $PKG/etc/ovsd + install -D $SRC/ovsd $PKG/etc/rc.d/ovsd } |