Skip to content

Commit

Permalink
irssi: cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 20, 2024
1 parent 7d54d09 commit 551a920
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions irssi/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ build() {
make DESTDIR=$PKG install

# remove junk
rm -r $PKG/usr/share/doc/
find $PKG -type f \( -name perllocal.pod -o -name \*.bs \
-o -name autosplit.ix -o -name .packlist \) -delete
rm -r $PKG/usr/share/doc
find $PKG -type f \( \
-name perllocal.pod \
-o -name \*.bs \
-o -name autosplit.ix \
-o -name .packlist \
\) -delete

# remove empty dirs
find $PKG -type d -empty -delete
Expand Down

0 comments on commit 551a920

Please sign in to comment.