Skip to content

Commit 4333eef

Browse files
committed
Install prefix leads to /opt/dfetch/opt/dfetch
jordansissel/fpm#1996
1 parent b34539b commit 4333eef

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ jobs:
121121
if: matrix.platform == 'macos-latest'
122122
run: |
123123
sudo installer -pkg dfetch*.pkg -target / -verboseR
124-
find /opt/dfetch -type f
125124
echo "/opt/dfetch/opt/dfetch" >> $GITHUB_PATH
126125
shell: bash
127126

script/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def package_macos() -> None:
8888
__version__,
8989
"-C",
9090
str(BUILD_DIR),
91+
# https://github.com/jordansissel/fpm/issues/1996 This prefix results in /opt/dfetch/opt/dfetch
9192
"--prefix",
9293
INSTALL_PREFIX,
9394
"--description",

0 commit comments

Comments
 (0)