Skip to content

Commit a200f43

Browse files
authored
Merge pull request #26 from wavicles/master
install error solved
2 parents 02d3a71 + 80a6056 commit a200f43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ install:
3232
mkdir -p $(DESTDIR)/lib/udev/rules.d
3333
install -m 644 99-pslab.rules $(DESTDIR)/lib/udev/rules.d/99-pslab
3434
# fix a few permissions
35-
find $(DESTDIR)/usr/share/pslab/psl_res -name auto.sh -exec chmod -x {} \;
35+
#find $(DESTDIR)/usr/share/pslab/psl_res -name auto.sh -exec chmod -x {} \;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To install PSLab on Debian based Gnu/Linux system, the following dependencies mu
3030
#####Now clone both the repositories [pslab-apps](https://github.com/fossasia/pslab-apps) and [pslab](https://github.com/fossasia/pslab).
3131

3232

33-
#####Libraries must be installed in the following order
33+
#####Libraries must be installed in ~~the following~~ any order
3434

3535
1. pslab-apps
3636
2. pslab

0 commit comments

Comments
 (0)