Skip to content

Commit 9ce37aa

Browse files
committed
debian: installing to /usr/share/robotkernel
1 parent 42104f3 commit 9ce37aa

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

debian/rules

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@
1111
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
1212
# package maintainers to append LDFLAGS
1313
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
14-
14+
1515
%:
1616
dh $@
1717

18+
override_dh_auto_configure:
19+
dh_auto_configure -- \
20+
--libdir=/usr/share/robotkernel/lib
21+
--prefix=/usr/share/robotkernel
22+
1823
override_dh_builddeb:
1924
dh_builddeb -- -Zgzip
2025

0 commit comments

Comments
 (0)