Skip to content

Commit

Permalink
add another missing dependency: perlbase-getopt
Browse files Browse the repository at this point in the history
  • Loading branch information
cawo-odoo committed Feb 21, 2019
1 parent d2aaade commit e96fef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/backuppc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ define Package/backuppc
CATEGORY:=Administration
TITLE:=high-performance, enterprise-grade system for backing up PCs
URL:=https://sourceforge.net/projects/backuppc/
DEPENDS:=+perl +perl-www +perl-cgi +perlbase-digest +perlbase-compress +perlbase-archive +perlbase-data +perlbase-storable +perl-file-rsyncp +openssh-client +tar +bzip2 +samba36-client +rsync +iputils-ping
DEPENDS:=+perl +perl-www +perl-cgi +perlbase-digest +perlbase-compress +perlbase-archive +perlbase-data +perlbase-storable +perlbase-getopt +perl-file-rsyncp +openssh-client +tar +bzip2 +samba36-client +rsync +iputils-ping
endef

define Package/backuppc/description
Expand Down

0 comments on commit e96fef3

Please sign in to comment.