diff --git a/debuild/Makefile b/debuild/Makefile index 6cc7d6954b74cf2dafa21c7ca0510a93579a2499..9367e67dfbf1ac15a7d1c654767250265de8e6d0 100644 --- a/debuild/Makefile +++ b/debuild/Makefile @@ -81,7 +81,8 @@ deb: $(debsrc) $(addprefix debian/nwjs/, $(nwjs)) # This can be removed once Ubuntu 12.04 finally goes the way of the dodo. # cd $(debdist) && patch -p1 < ../precise-configure.patch # Patch the user config dir name so that purr-data can coexist with pd-l2ork. - cd $(debdist) && patch -Np1 < ../userconfig.patch +# Not needed with purr-data 2.4.5+ any more. +# cd $(debdist) && patch -Np1 < ../userconfig.patch # Make sure to copy the Debian files which may have uncommitted changes. # Then run debuild to create the package. cd $(debdist) && cp -R ../debian . && debuild $(DEBUILD_FLAGS)