Skip to content

Commit

Permalink
remove DEBIAN option from build rules -- not needed after fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll authored Jul 9, 2024
1 parent 8e8b55e commit b4aa06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/deb/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ override_dh_auto_build:
true

override_dh_auto_install:
make -j$(nproc) DEBIAN=xtrue DESTDIR=debian/tmp PYTHONDIR=$(PYTHONDIR) install
make -j$(nproc) DESTDIR=debian/tmp PYTHONDIR=$(PYTHONDIR) install
### PYTHON TOPLEVEL WORKAROUND (REMOVE ONCE the umu install process properly respects PYTHONPATH)
ifneq ($(toplevel_sitepackage), $(PYTHONDIR))
cp -rvf debian/tmp/$(toplevel_sitepackage)/* debian/tmp/$(PYTHONDIR)/
rm -rvf debian/tmp/$(toplevel_sitepackage)/*
cp -rvf debian/tmp/$(toplevel_sitepackage)/../../../* debian/tmp/usr/
rm -rvf debian/tmp/$(toplevel_sitepackage)/../../../*
endif
###
###

0 comments on commit b4aa06d

Please sign in to comment.