Skip to content

Commit f47e78b

Browse files
committedOct 5, 2023
update debian oracle support (followup 982fea5)
1 parent 5566e42 commit f47e78b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,9 +457,9 @@ fakeroot alien oracle-instantclient-devel-21.11.0.0.0-1.el8.x86_64.rpm oracle-in
457457
sudo dpkg -i oracle-instantclient-devel_21.11.0.0.0-2_amd64.deb oracle-instantclient-basiclite_21.11.0.0.0-2_amd64.deb
458458
```
459459

460-
(if the client version changes it's necessary to adapt `ORACLE_INCLUDEDIR` and `ORACLE_LIBDIR` accordingly)
460+
(if the client version changes it's necessary to adapt `ORACLE_INCLUDEDIR` and `ORACLE_LIBDIR` in `debian/rules` accordingly)
461461

462-
The packaging files enable Oracle support if the distribution contains "-oracle":
462+
The packaging files enable Oracle support if the distribution contains `-oracle`:
463463

464464
```bash
465465
dch -l ~sid~oracle --force-distribution --distribution sid-oracle "sid build with oracle"

0 commit comments

Comments
 (0)
Please sign in to comment.