Skip to content

Commit

Permalink
Another problem solved for Linux :D
Browse files Browse the repository at this point in the history
set(CPACK_DEBIAN_PACKAGE_DEPENDS "emacsen-common")  ---->  set(CPACK_DEBIAN_PACKAGE_DEPENDS "emacs")
Problème de dépendance
  • Loading branch information
chauvauxn authored Feb 12, 2019
1 parent db41d83 commit 3ec55ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ string(REGEX REPLACE "-(alpha|beta|rc)\\." "~\\1"
set(CPACK_DEBIAN_PACKAGE_SECTION "devel")
set(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
set (CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
set(CPACK_DEBIAN_PACKAGE_DEPENDS "emacsen-common")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "emacs")

# Configuration of the RPM generator

Expand Down

0 comments on commit 3ec55ca

Please sign in to comment.