diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-18 12:14:38 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-18 12:14:38 +0100 |
commit | 5e3b6d50bb3cae576e00e018eebfada891c3597b (patch) | |
tree | e0a34e9694ef5f0ccc45a605419b6645d471dc09 | |
parent | 8e7f5ea6e8e4c44dd265450912a4c20a61503bfe (diff) | |
download | weechat-5e3b6d50bb3cae576e00e018eebfada891c3597b.zip |
core: ignore file etc/postinstall/weechat.sh in build with cygport on Cygwin
-rw-r--r-- | weechat.cygport.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weechat.cygport.in b/weechat.cygport.in index aa56418ee..d7261c94a 100644 --- a/weechat.cygport.in +++ b/weechat.cygport.in @@ -64,6 +64,8 @@ python2-devel ruby tcl-devel libguile2.0-devel php-devel zlib-devel" CYGCMAKE_ARGS="-DCMAKE_INSTALL_PREFIX=/usr -DENABLE_MAN=ON -DENABLE_DOC=ON \ -DENABLE_JAVASCRIPT=OFF" +PKG_IGNORE="etc/postinstall/weechat.sh" + # # Build 10 Cygwin packages: # weechat |