Skip to content

Commit

Permalink
sample.conf: remove --get-dependencies from hp alias
Browse files Browse the repository at this point in the history
--get-dependencies is on by default
  • Loading branch information
Humdinger committed Jan 26, 2020
1 parent 2241633 commit e4e7bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haikuports-sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# function inrecipe { find /path/to/your/haikuports -maxdepth 3 \
# -name "*.recipe" | xargs grep -ni --col $1; }
#
# alias hp="haikuporter -S -j8 --get-dependencies --no-source-packages"
# alias hp="haikuporter -S -j8 --no-source-packages"

# ==================
# Required settings:
Expand Down

0 comments on commit e4e7bf3

Please sign in to comment.