Skip to content

Commit

Permalink
$TARGETPATH/bin/pcmanfm
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Dec 1, 2023
1 parent c23782c commit 7606592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile/src/v-pcmanfm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ function pcmanfm(){
make install;

# view
ls -lh /tmp/pcmanfm/src/pcmanfm
xx-verify --static /tmp/pcmanfm/src/pcmanfm
ls -lh $TARGETPATH/bin/pcmanfm
xx-verify --static $TARGETPATH/bin/pcmanfm #/tmp/pcmanfm/src/pcmanfm
}


Expand Down

0 comments on commit 7606592

Please sign in to comment.