Skip to content

Commit aae27ae

Browse files
fix: rebuild packages
Signed-off-by: Ar Rakin <rakinar2@onesoftnet.eu.org>
1 parent 5a4a060 commit aae27ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/debian/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $(PACKAGE_NODEP): $(PACKAGE)
5656
sed -i "s/@NAME@/sudobot-nodeps/g" "$(BUILD_DIR)/DEBIAN/control"
5757
sed -i "s/@CONFLICTS@/sudobot/g" "$(BUILD_DIR)/DEBIAN/control"
5858
sed -i "s/@VERSION@/$(VERSION)/g" "$(BUILD_DIR)/DEBIAN/control"
59-
sed -i "s/@DEPENDENCIES@/Depends: util-linux/g" "$(BUILD_DIR)/DEBIAN/control"
59+
sed -i "s/@DEPENDENCIES@/\nDepends: util-linux/g" "$(BUILD_DIR)/DEBIAN/control"
6060
size="$$(du -s "$(BUILD_DIR)" | awk '{print $$1}')" ; sed -i "s/@SIZE@/$$size/g" "$(BUILD_DIR)/DEBIAN/control"
6161

6262
dpkg-deb --build --root-owner-group "$(BUILD_DIR)" "$(PACKAGE_NODEP)"

0 commit comments

Comments
 (0)