mirror of
https://github.com/hotwa/luci-app-openclaw.git
synced 2026-03-30 20:25:44 +00:00
Use libstdcpp in packaging metadata
This commit is contained in:
@@ -106,7 +106,7 @@ mkdir -p "$CTRL_DIR"
|
||||
cat > "$CTRL_DIR/control" << EOF
|
||||
Package: ${PKG_NAME}
|
||||
Version: ${PKG_VERSION}-${PKG_RELEASE}
|
||||
Depends: luci-compat, luci-base, curl, openssl-util, script-utils, tar, libstdcpp6
|
||||
Depends: luci-compat, luci-base, curl, openssl-util, script-utils, tar, libstdcpp
|
||||
Source: https://github.com/10000ge10000/luci-app-openclaw
|
||||
SourceName: ${PKG_NAME}
|
||||
License: GPL-3.0
|
||||
|
||||
@@ -149,7 +149,7 @@ mkdir -p "$INFO_DIR"
|
||||
cat > "$INFO_DIR/$PKG.control" << CTLEOF
|
||||
Package: $PKG
|
||||
Version: $PKG_VER
|
||||
Depends: luci-compat, luci-base, curl, openssl-util, script-utils, tar, libstdcpp6
|
||||
Depends: luci-compat, luci-base, curl, openssl-util, script-utils, tar, libstdcpp
|
||||
Section: luci
|
||||
Architecture: all
|
||||
Installed-Size: 0
|
||||
@@ -185,7 +185,7 @@ cat >> "$STATUS_FILE" << STEOF
|
||||
|
||||
Package: $PKG
|
||||
Version: $PKG_VER
|
||||
Depends: luci-compat, luci-base, curl, openssl-util, script-utils, tar, libstdcpp6
|
||||
Depends: luci-compat, luci-base, curl, openssl-util, script-utils, tar, libstdcpp
|
||||
Status: install user installed
|
||||
Architecture: all
|
||||
Conffiles:
|
||||
|
||||
Reference in New Issue
Block a user