diff options
Diffstat (limited to 'freefilesync')
-rw-r--r-- | freefilesync/debian/patches/ffs_devuan.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freefilesync/debian/patches/ffs_devuan.patch b/freefilesync/debian/patches/ffs_devuan.patch index 0be089d..b230300 100644 --- a/freefilesync/debian/patches/ffs_devuan.patch +++ b/freefilesync/debian/patches/ffs_devuan.patch @@ -37,7 +37,7 @@ Message: Main patch to compile on Devuan. Updated with some improvements from ba +ifeq ($(DPKG_VENDOR),) +#DPKG_VENDOR = $(shell dpkg-vendor --query vendor) -+DPKG_VENDOR = "Devuan" ++DPKG_VENDOR = Devuan +CPPFLAGS += -DAPP_NAME_SUFFIX='L" for ${DPKG_VENDOR}"' +endif + |