Fix missing DESTDIR in src/Makefile.am
Project moved to github: https://github.com/squash/sudosh2
Brought to you by:
squash
DESTDIR is missing in src/Makefile.am where the config is installed.
This causes debian package creating with debhelper to fail, and any other package system using DESTDIR.
Attached is a patch which fixed it for me on debian squeeze, should work on all other systems.
Patch to insert missing DESTDIR. Fixes debian package build
Accepted