From 0df330b494e524b98d0c596120aced4885733823 Mon Sep 17 00:00:00 2001 From: "Praveen (Gnovi)" Date: Fri, 12 Aug 2016 21:58:53 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bf3a892..bc1fae23 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To install PSLab on Debian based Gnu/Linux system, the following dependencies mu #####Now clone both the repositories [pslab-apps](https://github.com/fossasia/pslab-apps) and [pslab](https://github.com/fossasia/pslab). -#####Libraries must be installed in the following order +#####Libraries must be installed in ~~the following~~ any order 1. pslab-apps 2. pslab From 80a60566b95014572a1f15eb8352151e46bd0a83 Mon Sep 17 00:00:00 2001 From: "Praveen (Gnovi)" Date: Fri, 12 Aug 2016 21:59:27 +0530 Subject: [PATCH 2/2] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34c3dbc1..c80dc071 100644 --- a/Makefile +++ b/Makefile @@ -32,4 +32,4 @@ install: mkdir -p $(DESTDIR)/lib/udev/rules.d install -m 644 99-pslab.rules $(DESTDIR)/lib/udev/rules.d/99-pslab # fix a few permissions - find $(DESTDIR)/usr/share/pslab/psl_res -name auto.sh -exec chmod -x {} \; + #find $(DESTDIR)/usr/share/pslab/psl_res -name auto.sh -exec chmod -x {} \;