forked from HaijinW/libaribb25
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06d5375
commit c06870c
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,9 @@ SET(CPACK_PACKAGE_CONTACT "[email protected]") | |
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "tsukumi") | ||
set(CPACK_DEB_COMPONENT_INSTALL YES) | ||
|
||
# deb パッケージのファイル名を Debian の標準に合わせる | ||
# ref: https://stackoverflow.com/a/59202791/17124142 | ||
set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT) | ||
|
||
# CPack は最後にインポートする | ||
include(CPack) |