From 79ee7c9a36b4901804e87ecb17dd6821a23ba258 Mon Sep 17 00:00:00 2001 From: Vojtech Kral Date: Mon, 5 Mar 2018 18:32:09 +0100 Subject: [PATCH] Fix #608 Credit: Dylan "smellyfis" Thies --- xs/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xs/CMakeLists.txt b/xs/CMakeLists.txt index a294dc11e..06456d607 100644 --- a/xs/CMakeLists.txt +++ b/xs/CMakeLists.txt @@ -624,5 +624,5 @@ endif () # Installation -install(TARGETS XS DESTINATION lib/slic3r-prusa3d/auto/Slic3r/XS) -install(FILES lib/Slic3r/XS.pm DESTINATION lib/slic3r-prusa3d/Slic3r) +install(TARGETS XS DESTINATION ${PERL_VENDORARCH}/auto/Slic3r/XS) +install(FILES lib/Slic3r/XS.pm DESTINATION ${PERL_VENDORLIB}/Slic3r)