This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/Makefile b/Makefile | |
| index 8e38d9a..2db4c82 100644 | |
| --- a/Makefile | |
| +++ b/Makefile | |
| @@ -8,13 +8,12 @@ CFLAGS+=-O2 -Wall -g | |
| all: make-bcache probe-bcache bcache-super-show bcache-register | |
| install: make-bcache probe-bcache bcache-super-show | |
| - $(INSTALL) -m0755 make-bcache bcache-super-show $(DESTDIR)${PREFIX}/sbin/ | |
| - $(INSTALL) -m0755 probe-bcache bcache-register $(DESTDIR)$(UDEVLIBDIR)/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| usage() { | |
| echo "Usage:" | |
| echo "$0 on" | |
| echo "or" | |
| echo "$0 off" | |
| exit | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset=utf-8"> | |
| <script src="3rd Party/ts-select2/ts-select2.min.js"></script> | |
| <link href="3rd Party/select2/select2.min.css" rel="stylesheet" /> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: txtsd <aur.archlinux@ihavea.quest> | |
| # Maintainer: Donald Webster <fryfrog@gmail.com> | |
| # Contributor: jab416171 <jab416171@gmail.com> | |
| # Contributor: Martins Mozeiko <martins.mozeiko@gmail.com> | |
| pkgname=seerr | |
| pkgver=2.7.3 | |
| pkgrel=3 | |
| pkgdesc='Request management and media discovery tool for the Plex ecosystem' | |
| arch=(x86_64 aarch64) |
OlderNewer