diff options
| -rw-r--r-- | ports/opus/CONTROL (renamed from ports/libopus/CONTROL) | 2 | ||||
| -rw-r--r-- | ports/opus/portfile.cmake (renamed from ports/libopus/portfile.cmake) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/libopus/CONTROL b/ports/opus/CONTROL index eb1706f3a..7177b2199 100644 --- a/ports/libopus/CONTROL +++ b/ports/opus/CONTROL @@ -1,3 +1,3 @@ -Source: libopus +Source: opus Version: 1.1.4 Description: Totally open, royalty-free, highly versatile audio codec diff --git a/ports/libopus/portfile.cmake b/ports/opus/portfile.cmake index 1fb111dfe..a004f09dd 100644 --- a/ports/libopus/portfile.cmake +++ b/ports/opus/portfile.cmake @@ -73,4 +73,4 @@ endif() file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR}/include RENAME opus) # Handle copyright -file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/libopus RENAME copyright) +file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/opus RENAME copyright) |
