luci-build: fix luci build script
This commit is contained in:
@@ -4,5 +4,4 @@ Depends: libc, smartdns
|
||||
Source: feeds/luci/applications/luci-app-smartdns
|
||||
Section: luci
|
||||
Architecture: all
|
||||
Installed-Size: 1040
|
||||
Description: A smartdns server module
|
||||
Description: A smartdns server
|
||||
|
||||
@@ -75,7 +75,7 @@ build()
|
||||
cd $ROOT
|
||||
|
||||
tar zcf $ROOT/data.tar.gz -C root .
|
||||
tar zcf $OUTPUTDIR/luci-app-smartdns.$VER.$FILEARCH.ipk control.tar.gz data.tar.gz debian-binary
|
||||
tar zcf $OUTPUTDIR/luci-app-smartdns.$VER.$FILEARCH.ipk ./control.tar.gz ./data.tar.gz ./debian-binary
|
||||
|
||||
rm -fr $ROOT/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user