rpicam-raw: fix typo, linux/rm: update Korean translation, linux/rm*: add Korean translation (#14714)

* linux/rm: update Korean translation

* linux/r*: add Korean translation

* rpicam-raw: fix typo
This commit is contained in:
코드싸이
2024-11-09 22:28:34 +09:00
committed by GitHub
parent 166a22671a
commit 624a50f563
65 changed files with 1283 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
# rpmbuild
> RPM 패키지 빌드 도구.
> 더 많은 정보: <https://manned.org/rpmbuild>.
- 바이너리 및 소스 패키지 빌드:
`rpmbuild -ba {{경로/대상/spec_파일}}`
- 소스 패키지 없이 바이너리 패키지 빌드:
`rpmbuild -bb {{경로/대상/spec_파일}}`
- 패키지를 빌드할 때 추가 변수 지정:
`rpmbuild -bb {{경로/대상/spec_파일}} --define "{{변수1}} {{값1}}" --define "{{변수2}} {{값2}}"`