From c6d44816dc0473a843438732db03fa79a4f2d221 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Fri, 3 May 2024 17:07:38 +0200 Subject: [PATCH] fix --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 4c0d3dd..fee12e1 100755 --- a/debian/rules +++ b/debian/rules @@ -10,8 +10,8 @@ export QT_SELECT = 5 dh $@ override_dh_auto_configure: - dh_auto_configure -- \ - -DCMAKE_INSTALL_DATAROOTDIR="share/vym" \ - -DCMAKE_INSTALL_MANDIR="share/man/man1" \ - -DCMAKE_INSTALL_DOCDIR="share/vym" + dh_auto_configure -- \ + -DCMAKE_INSTALL_DATAROOTDIR="share/vym" \ + -DCMAKE_INSTALL_MANDIR="share/man/man1" \ + -DCMAKE_INSTALL_DOCDIR="share/vym" -- 2.39.2