Skip to content

Commit accac1a

Browse files
committed
Maybe fixed.
1 parent fefb094 commit accac1a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

GNUmakefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ linux-package: sqlwrite-bin
6161
cp $(LIBFILE) pkg_root/usr/local/lib
6262
cp $(SQLITE_LIB) pkg_root/usr/local/lib
6363

64-
mkdir -p DEBIAN
65-
echo "Package: sqlwrite" > DEBIAN/control
66-
echo "Version: 1.0" >> DEBIAN/control
67-
echo "Section: base" >> DEBIAN/control
68-
echo "Priority: optional" >> DEBIAN/control
69-
echo "Architecture: $(shell dpkg --print-architecture)" >> DEBIAN/control
70-
echo "Maintainer: your-email@example.com" >> DEBIAN/control
71-
echo "Description: Sqlwrite command-line tool" >> DEBIAN/control
64+
mkdir -p pkg_root/DEBIAN
65+
echo "Package: sqlwrite" > pkg_root/DEBIAN/control
66+
echo "Version: 1.0" >> pkg_root/DEBIAN/control
67+
echo "Section: base" >> pkg_root/DEBIAN/control
68+
echo "Priority: optional" >> pkg_root/DEBIAN/control
69+
echo "Architecture: $(shell dpkg --print-architecture)" >> pkg_root/DEBIAN/control
70+
echo "Maintainer: your-email@example.com" >> pkg_root/DEBIAN/control
71+
echo "Description: Sqlwrite command-line tool" >> pkg_root/DEBIAN/control
7272
dpkg-deb --build pkg_root sqlwrite-linux.deb
7373

7474

0 commit comments

Comments
 (0)