Skip to content

Commit

Permalink
Fix the pc-sanity install path (BugFix) (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
xanthein authored Jun 11, 2024
1 parent ad119df commit b13fa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/pc-sanity/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ override_dh_auto_test:
override_dh_auto_install:
cd $(SRCTOP)/c && $(MAKE) install PREFIX=$(SRCTOP)
python3 $(SRCTOP)/manage.py install --prefix=/usr --layout=unix \
--root=$(SRCTOP)/debian/plainbox-provider-pc-sanity/
--root=$(CURDIR)/debian/plainbox-provider-pc-sanity/

override_dh_gencontrol:
python3 $(SRCTOP)/manage.py packaging;\
Expand Down

0 comments on commit b13fa29

Please sign in to comment.