We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4a060 commit aae27aeCopy full SHA for aae27ae
packages/debian/Makefile
@@ -56,7 +56,7 @@ $(PACKAGE_NODEP): $(PACKAGE)
56
sed -i "s/@NAME@/sudobot-nodeps/g" "$(BUILD_DIR)/DEBIAN/control"
57
sed -i "s/@CONFLICTS@/sudobot/g" "$(BUILD_DIR)/DEBIAN/control"
58
sed -i "s/@VERSION@/$(VERSION)/g" "$(BUILD_DIR)/DEBIAN/control"
59
- sed -i "s/@DEPENDENCIES@/Depends: util-linux/g" "$(BUILD_DIR)/DEBIAN/control"
+ sed -i "s/@DEPENDENCIES@/\nDepends: util-linux/g" "$(BUILD_DIR)/DEBIAN/control"
60
size="$$(du -s "$(BUILD_DIR)" | awk '{print $$1}')" ; sed -i "s/@SIZE@/$$size/g" "$(BUILD_DIR)/DEBIAN/control"
61
62
dpkg-deb --build --root-owner-group "$(BUILD_DIR)" "$(PACKAGE_NODEP)"
0 commit comments