mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
rename sbopkg.conf.new; tweak SlackBuild
If we keep the Id keyword in sbopkg's config file, users having their 'sbopkg.conf' Id'ed as 'sbopkg.conf.new' can cause confusion, as seen on LQ. So call it 'sbopkg.conf' in revision control and append '.new' when creating the package.
This commit is contained in:
parent
c4836b950a
commit
68c8b94414
@ -36,6 +36,7 @@ find . \
|
||||
|
||||
mkdir -p $PKG/etc/sbopkg
|
||||
cp -a etc/sbopkg/* $PKG/etc/sbopkg
|
||||
mv $PKG/etc/sbopkg/sbopkg.conf $PKG/etc/sbopkg/sbopkg.conf.new
|
||||
|
||||
mkdir -p $PKG/usr/sbin
|
||||
cp usr/sbin/* $PKG/usr/sbin
|
||||
|
Loading…
Reference in New Issue
Block a user