Skip to content

Commit 95aebdd

Browse files
committed
Print rules
1 parent 751d53a commit 95aebdd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,15 @@ jobs:
172172
\tdh $@
173173
174174
override_dh_auto_install:
175-
\tinstall -D -m 0755 gitmastery-${VERSION}-linux-amd64 $(DESTDIR)/usr/bin/gitmastery
175+
\tinstall -D -m 0755 gitmastery-${VERSION}-linux-amd64 \$(DESTDIR)/usr/bin/gitmastery
176176
""" > debian/rules
177177
178+
echo """
179+
usr/bin
180+
""" > debian/gitmastery.dirs
181+
182+
cat debian/rules
183+
178184
# Build the package
179185
debuild -us -uc
180186

0 commit comments

Comments
 (0)