Update CI

This commit is contained in:
Kevin Yue
2024-03-09 10:41:11 +08:00
parent 6ff552c1ec
commit deea0703ed
7 changed files with 154 additions and 349 deletions

View File

@@ -144,7 +144,7 @@ init-debian: clean-debian tarball
cd .build/deb/${PKG} && debmake
cp -f packaging/deb/control.in .build/deb/$(PKG)/debian/control
cp -f packaging/deb/rules .build/deb/$(PKG)/debian/rules
cp -f packaging/deb/rules.in .build/deb/$(PKG)/debian/rules
sed -i "s/@OFFLINE@/$(OFFLINE)/g" .build/deb/$(PKG)/debian/rules