Skip to content

Fixed typos which caused prepare.sh to crash#4

Open
JKobyP wants to merge 4 commits intoelkangaroo:masterfrom
JKobyP:master
Open

Fixed typos which caused prepare.sh to crash#4
JKobyP wants to merge 4 commits intoelkangaroo:masterfrom
JKobyP:master

Conversation

@JKobyP
Copy link

@JKobyP JKobyP commented Aug 1, 2016

It's ttf-dejavu, not ttf_dejavu in the arch repositories.

Signed-off-by: Koby Picker jkp46@case.edu

JKobyP added 2 commits August 1, 2016 02:43
Signed-off-by: Koby Picker <jkp46@case.edu>
…failures for non-apt-based systems. Possibly breaks compatibility with non-arch targets.

Signed-off-by: Koby Picker <jkp46@case.edu>
@JKobyP JKobyP changed the title Fixed typo which caused prepare.sh to crash Fixed typos which caused prepare.sh to crash Aug 1, 2016
…ed it this time.

Signed-off-by: Koby Picker <jkp46@case.edu>
targets/xorg Outdated
# (which may have been made in a previous update) does not get erased.
apt-mark hold "$inteldriver"
# apt-mark hold "$inteldriver"
echo skipping apt-mark
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of commenting out this line, please put and if statement around it:

if [ "${DISTROAKA:-"$DISTRO"}" = 'debian' ]; then
    apt-mark hold "$inteldriver"
fi

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see the commit below (sorry it took me nearly a full year to complete this).

Signed-off-by: Koby Picker <jkp46@case.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants