Merge lp:~ter0/elementaryos/fix-grep-dctrl-dependency into lp:elementaryos

Proposed by Chris Johns
Status: Merged
Merged at revision: 77
Proposed branch: lp:~ter0/elementaryos/fix-grep-dctrl-dependency
Merge into: lp:elementaryos
Diff against target: 12 lines (+1/-1)
1 file modified
congrego.sh (+1/-1)
To merge this branch: bzr merge lp:~ter0/elementaryos/fix-grep-dctrl-dependency
Reviewer Review Type Date Requested Status
Cody Garver (community) Approve
Review via email: mp+156511@code.launchpad.net

Description of the change

change the grep-dctrl dependency to dctrl-tools

To post a comment you must log in.
Revision history for this message
Cody Garver (codygarver) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'congrego.sh'
2--- congrego.sh 2013-04-01 19:27:02 +0000
3+++ congrego.sh 2013-04-02 10:18:03 +0000
4@@ -8,7 +8,7 @@
5 fi
6
7 # check for dependencies
8-dependency_list='live-build syslinux-themes-elementary gfxboot-theme-ubuntu dpkg-dev syslinux zsync squashfs-tools grep-dctrl'
9+dependency_list='live-build syslinux-themes-elementary gfxboot-theme-ubuntu dpkg-dev syslinux zsync squashfs-tools dctrl-tools'
10 for package in $dependency_list; do
11 dpkg -L "$package" >/dev/null 2>&1 || missing_dependencies="$missing_dependencies $package"
12 done

Subscribers

People subscribed via source and target branches

to status/vote changes: